Skip to content

Commit

Permalink
ansible: add 1015 orka test macs (#2253)
Browse files Browse the repository at this point in the history
* ansible: add 1015 orka test macs

* ansible: add 10.14 and "orka" name

* ansible: add second 10.15 release machine

* ansible: add second 10.14 machine
  • Loading branch information
Ash Cripps committed Apr 21, 2020
1 parent 364b8a9 commit 5542b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ hosts:
ubuntu1404-ppc64_le-1: {ip: 140.211.168.66}
centos7-ppc64_le-1: {ip: 140.211.168.61, user: centos}

- orka:
macos10.15-x64-1: {ip: 199.7.167.101, port: 8822, user: administrator}

- packetnet:
centos7-arm64-1: {ip: 147.75.104.218}

Expand Down Expand Up @@ -178,6 +181,12 @@ hosts:
centos7-ppc64_le-1: {ip: 140.211.168.193, user: centos}
centos7-ppc64_le-2: {ip: 140.211.168.244, user: centos}

- orka:
macos10.15-x64-1: {ip: 199.7.167.100, port: 8823, user: administrator}
macos10.15-x64-2: {ip: 199.7.167.99, port: 8823, user: administrator}
macos10.14-x64-1: {ip: 199.7.167.99, port: 8822, user: administrator}
macos10.14-x64-2: {ip: 199.7.167.100, port: 8824, user: administrator}

- rackspace:
centos7-x64-1: {ip: 119.9.27.82}
debian8-x64-1: {ip: 23.253.109.216}
Expand Down
2 changes: 1 addition & 1 deletion ansible/plugins/inventory/nodejs_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# providers - validated for consistency
'provider': ('azure', 'digitalocean', 'ibm', 'joyent', 'linuxonecc',
'macstadium', 'marist', 'mininodes', 'msft', 'osuosl',
'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
'orka', 'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
'packetnet', 'nearform')
}
DECRYPT_TOOL = "gpg"
Expand Down

0 comments on commit 5542b14

Please sign in to comment.