Skip to content

Commit 5542b14

Browse files
author
Ash Cripps
authored
ansible: add 1015 orka test macs (#2253)
* 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
1 parent 364b8a9 commit 5542b14

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ansible/inventory.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ hosts:
6060
ubuntu1404-ppc64_le-1: {ip: 140.211.168.66}
6161
centos7-ppc64_le-1: {ip: 140.211.168.61, user: centos}
6262

63+
- orka:
64+
macos10.15-x64-1: {ip: 199.7.167.101, port: 8822, user: administrator}
65+
6366
- packetnet:
6467
centos7-arm64-1: {ip: 147.75.104.218}
6568

@@ -178,6 +181,12 @@ hosts:
178181
centos7-ppc64_le-1: {ip: 140.211.168.193, user: centos}
179182
centos7-ppc64_le-2: {ip: 140.211.168.244, user: centos}
180183

184+
- orka:
185+
macos10.15-x64-1: {ip: 199.7.167.100, port: 8823, user: administrator}
186+
macos10.15-x64-2: {ip: 199.7.167.99, port: 8823, user: administrator}
187+
macos10.14-x64-1: {ip: 199.7.167.99, port: 8822, user: administrator}
188+
macos10.14-x64-2: {ip: 199.7.167.100, port: 8824, user: administrator}
189+
181190
- rackspace:
182191
centos7-x64-1: {ip: 119.9.27.82}
183192
debian8-x64-1: {ip: 23.253.109.216}

ansible/plugins/inventory/nodejs_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# providers - validated for consistency
4848
'provider': ('azure', 'digitalocean', 'ibm', 'joyent', 'linuxonecc',
4949
'macstadium', 'marist', 'mininodes', 'msft', 'osuosl',
50-
'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
50+
'orka', 'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
5151
'packetnet', 'nearform')
5252
}
5353
DECRYPT_TOOL = "gpg"

0 commit comments

Comments
 (0)