https://github.com/rcbops/nova-network-azmanager-buildpackage
git-buildpackage repo for nova-network-azmanager
https://github.com/rcbops/nova-network-azmanager-buildpackage
Last synced: about 1 year ago
JSON representation
git-buildpackage repo for nova-network-azmanager
- Host: GitHub
- URL: https://github.com/rcbops/nova-network-azmanager-buildpackage
- Owner: rcbops
- Created: 2011-11-28T21:35:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-05T20:52:01.000Z (over 14 years ago)
- Last Synced: 2025-01-22T18:30:37.799Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To use this manager, add the following flag:
--network_manager=nova.network.azmanager.AZDHCPManager
To put a host into an availability zone, just start the services
(compute and network specifically) with:
--node_availability_zone=
You can create a network for each availability zone, just set the
label of the network to be the same as the availability zone.
For example:
nova-manage network create az1 10.0.0.0/24 1 256
nova-manage network create az2 10.0.1.0/24 1 256
you should be able to launch in different zones with:
nova boot --availability_zone
(note there is no way to specify availability zone when using the
dashboard)