On Tue, Dec 3, 2019 at 4:41 PM <siove...@gmail.com> wrote:

> Hi, I want to use External Logical Networks Openstack Neutron. For this it
> is necessary to have all Openstack installed or is it possible to have only
> Neutron and used as a service?


Only Neutron is required.
If you want to create a lab install, the following command will do the job:

yum install -y centos-release-openstack-stein && \

yum install -y openstack-packstack && \

packstack --os-glance-install=y --os-cinder-install=y \

  --os-manila-install=n --os-nova-install=y --os-horizon-install=y \

  --os-swift-install=n --os-ceilometer-install=n --os-aodh-install=n \

  --os-panko-install=n --os-sahara-install=n  --os-heat-install=n \

  --os-magnum-install=n --os-trove-install=n --os-ironic-install=n \

  --os-client-install=y --os-neutron-install=y \

  --default-password=123456 \

  --provision-demo=y \

  --install-hosts=$controller_host \

  --os-network-hosts=$controller_host,$network_host0,$network_host1

# add $network_host0,$network_host1 to oVirt Engine

with $controller_host,$network_host0,$network_host1 are the hostnames of
clean CentOS7 hosts.


> Sorry if the question is very obvious but I am starting now with this
> topic.
> _______________________________________________
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/EEF72RRIS7CZGJVF3B3QFAMA2WJ2VAJL/
>
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TTBYDUBBZ2ZSSLUDD7VHDRWQQROJZLJH/

Reply via email to