Skip to content

Commit

Permalink
add packet.net resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 12, 2017
1 parent ffca4ec commit 589b5aa
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 @@ -55,6 +55,8 @@ hosts:
- linuxonecc:
rhel72-s390x-1: {ip: 148.100.110.65}

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

- test:

Expand Down Expand Up @@ -211,3 +213,10 @@ hosts:
debian8-x86-1: {ip: 169.44.16.126}
ubuntu1404-x64-1: {ip: 50.97.245.5}
ubuntu1404-x86-1: {ip: 50.97.245.9}

- packetnet:
centos7-arm64-1: {ip: 147.75.68.82}
centos7-arm64-2: {ip: 147.75.203.122}
ubuntu1604-arm64-1: {ip: 147.75.203.102}
ubuntu1604-arm64-2: {ip: 147.75.88.10}

2 changes: 1 addition & 1 deletion ansible/plugins/inventory/nodejs_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# providers - validated for consistency
'provider': ('azure', 'digitalocean', 'joyent', 'ibm', 'linuxonecc',
'mininodes', 'msft', 'osuosl', 'rackspace', 'requireio',
'scaleway', 'softlayer', 'voxer')
'scaleway', 'softlayer', 'voxer', 'packetnet')
}

# customisation options per host:
Expand Down

0 comments on commit 589b5aa

Please sign in to comment.