Skip to content

Commit 3ca5806

Browse files
committed
v0.1-alpha5
1 parent 25af6da commit 3ca5806

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.1.0-alpha4
1+
VERSION = 0.1.0-alpha5
22

33
SERVER_DIRECTORY = ./server
44
BIN_DIRECTORY = ./_bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cd src
6464
make bin/undionly.kpxe
6565
cp bin/undionly.kpxe /var/lib/tftpboot
6666
```
67-
2. Place a copy of the `mcp2-dhcp-server` [executable](https://github.com/DimensionDataResearch/mcp2-dhcp-server/releases/download/v0.1-alpha4/mcp2-dhcp-server.v0.1.0-alpha4.linux-amd64.zip) on this machine.
67+
2. Place a copy of the `mcp2-dhcp-server` [executable](https://github.com/DimensionDataResearch/mcp2-dhcp-server/releases/download/v0.1-alpha5/mcp2-dhcp-server.v0.1.0-alpha5.linux-amd64.zip) on this machine.
6868

6969
If you're using `coreos-ipxe-server`:
7070

installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Automated installation
22

3-
Requires [terraform-provider-ddcloud](https://github.com/DimensionDataResearch/dd-cloud-compute-terraform/releases/download/v1.3.0-alpha3/terraform-provider-ddcloud.v1.3.0-alpha3-darwin-amd64.zip).
3+
Requires [terraform-provider-ddcloud](https://github.com/DimensionDataResearch/dd-cloud-compute-terraform/releases/download/v1.3.0-alpha3/terraform-provider-ddcloud.v1.3.0-alpha3.linux-amd64.zip).
44
Place username and password in `MCP_USERNAME` / `MCP_PASSWORD` environment variables.
55

66
Documentation for the installer is still to be written.

installer/group_vars/net-boot-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
# Server versions
4-
mcp2_dhcp_server_version: "0.1-alpha4"
4+
mcp2_dhcp_server_version: "0.1-alpha5"
55
coreos_ipxe_server_version: "0.3.0"
66

77
# CloudControl connection details.

0 commit comments

Comments
 (0)