Skip to content

Commit

Permalink
Merge pull request #3 from jabl/remove_pxe_name
Browse files Browse the repository at this point in the history
Remove pxe_name and pxe variables.

Also improves the testing to output more sensible hostnames instead of localhost, localhost4, localhost6.
  • Loading branch information
martbhell committed May 30, 2016
2 parents ce662dc + 342c77d commit f0afbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tests/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ localhost
localhost

[compute]
localhost ip_address=10.1.100.1 mac_address=00:11:22:33:44:54 pxe=yes pxe_name=node1
localhost4 ip_address=10.1.100.2 mac_address=00:11:22:33:44:55 pxe=yes pxe_name=node2
localhost6 ip_address=10.1.100.3 mac_address=00:11:22:33:44:56 pxe=yes pxe_name=node3
node1 ip_address=10.1.100.1 mac_address=00:11:22:33:44:54
node2 ip_address=10.1.100.2 mac_address=00:11:22:33:44:55
node3 ip_address=10.1.100.3 mac_address=00:11:22:33:44:56

[pxe_bootable_nodes:children]
compute
Expand Down
4 changes: 0 additions & 4 deletions tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---

- name: grab facts from compute nodes
hosts: compute
tasks: [ ]

- hosts: localhost
remote_user: root
roles:
Expand Down

0 comments on commit f0afbbc

Please sign in to comment.