Skip to content

Commit

Permalink
aio-neutron....works?if !(echo /Users/jasghar/bin:/Users/jasghar/.rvm…
Browse files Browse the repository at this point in the history
…/gems/ruby-2.1.1/bin:/Users/jasghar/.rvm/gems/ruby-2.1.1@global/bin:/Users/jasghar/.rvm/rubies/ruby-2.1.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/jasghar/.rvm/bin:/opt/local/bin:/usr/local/mysql/bin | grep '/usr/local/sbin') ; then echo BLAH; fi
  • Loading branch information
JJ Asghar committed Nov 20, 2014
1 parent c6fc5f2 commit 456dde5
Showing 1 changed file with 62 additions and 32 deletions.
94 changes: 62 additions & 32 deletions environments/vagrant-aio-neutron.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,69 @@
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"openstack": {
"endpoints": {
"identity-bind": {
"host": "0.0.0.0"
}
},
"network": {
"openvswitch": {
"local_ip_interface": "eth1"
}
},
"image": {
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
},
"compute": {
"network": {
"public_interface": "eth1",
"service_type": "neutron"
},
"config": {
"ram_allocation_ratio": 5.0
"override_attributes": {
"mysql": {
"allow_remote_root": true,
"root_network_acl": ["%"]
},
"libvirt": {
"virt_type": "qemu"
"openstack": {
"endpoints": {
"identity-bind": {
"host": "0.0.0.0",
},
"bind-host": "0.0.0.0"
"network": {
"debug": "True",
"dhcp": {
"enable_isolated_metadata": "True"
},
"metadata": {
"nova_metadata_ip": "192.168.1.60"
},
"openvswitch": {
"tunnel_id_ranges": "1:1000",
"enable_tunneling": "True",
"tenant_network_type": "gre",
"local_ip_interface": "eth1"
},
"api": {
"bind_interface": "eth1"
}
}
},
"image": {
"image_upload": true,
"upload_images": [
"cirros"
],
"upload_image": {
"cirros": "https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
}
},
"compute": {
"network": {
"public_interface": "eth0",
"service_tnype": "neutron"
},
"config": {
"ram_allocation_ratio": 5.0
},
"libvirt": {
"virt_type": "qemu"
},
"networks": [
{
"label": "public",
"ipv4_cidr": "192.168.10.0/24",
"num_networks": "1",
"network_size": "255",
"bridge": "br100",
"bridge_dev": "eth1",
"dns1": "8.8.8.8",
"dns2": "8.8.4.4"
}
]
}
}
}
}
}
}

0 comments on commit 456dde5

Please sign in to comment.