From 88bad9a660bb248fe9ca87a5764a8b4eea1399c6 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 17 Mar 2015 08:13:11 +0000 Subject: Add ansible hosts file --- openstack/manifest | 1 + openstack/usr/share/openstack/hosts | 1 + 2 files changed, 2 insertions(+) create mode 100644 openstack/usr/share/openstack/hosts diff --git a/openstack/manifest b/openstack/manifest index 7ccda840..c990149e 100644 --- a/openstack/manifest +++ b/openstack/manifest @@ -160,6 +160,7 @@ 0100644 0 0 /etc/systemd/system/openvswitch-create-links-one-node.service 0100755 0 0 /usr/share/openstack/create_openvswitch_veth_pairs 0100644 0 0 /etc/hosts +0100644 0 0 /usr/share/openstack/hosts 0040755 0 0 /usr/share/swift 0040755 0 0 /usr/share/swift/etc 0040755 0 0 /usr/share/swift/etc/swift diff --git a/openstack/usr/share/openstack/hosts b/openstack/usr/share/openstack/hosts new file mode 100644 index 00000000..5b97818d --- /dev/null +++ b/openstack/usr/share/openstack/hosts @@ -0,0 +1 @@ +localhost ansible_connection=local -- cgit v1.2.1