You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

Portal:Cloud VPS/Admin/Neutron Notes/initial labtestnet neutron

From Wikitech-static
< Portal:Cloud VPS‎ | Admin‎ | Neutron Notes
Revision as of 10:11, 20 September 2018 by imported>Arturo Borrero Gonzalez (add deprecation warning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-controller-install.html https://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-controller-install-option1.html

OPTION 1 with acknowleding we need to serve floating ips manually? full self service networks won't work here atm and we don't have a need

aptitude install mysql-server (reverse) CREATE DATABASE neutron; mysql:root@localhost [(none)]> GRANT ALL PRIVILEGES ON neutron.* TO 'neutron'@'localhost' \

   ->   IDENTIFIED BY 'NEUTRON_DBPASS';

Query OK, 0 rows affected (0.00 sec)

mysql:root@localhost [(none)]> GRANT ALL PRIVILEGES ON neutron.* TO 'neutron'@'%' \

   ->   IDENTIFIED BY 'NEUTRON_DBPASS';

labtestcontrol1001

openstack user create --domain default --password-prompt neutron --debug