From Fedora Project Wiki
No edit summary |
|||
Line 3: | Line 3: | ||
* is chrome bug in 'Volumes' still relevant? | * is chrome bug in 'Volumes' still relevant? | ||
* do we have a prebuilt image available, what danpb has been doing? | * do we have a prebuilt image available, what danpb has been doing? | ||
** http://berrange.fedorapeople.org/images/2012-02-29/ | |||
** if so, move oz/tty images to 'additional functionality' | ** if so, move oz/tty images to 'additional functionality' | ||
* qpid-server not pulled in, intentional? | * qpid-server not pulled in, intentional? | ||
** Yes, this was left as explicit, as rabbit may already be in use | |||
* hint on how to setup sudo? f16 openstack test day page has one | * hint on how to setup sudo? f16 openstack test day page has one | ||
* --libvirt_type='qemu' option, convert to openstack-config-set if possible | * --libvirt_type='qemu' option, convert to openstack-config-set if possible | ||
Line 12: | Line 14: | ||
* keystone should come prepared with nova-volume and glance services out of the box in /etc/keystone/default_catalog.templates . keystone data script probably needs tweaking as well | * keystone should come prepared with nova-volume and glance services out of the box in /etc/keystone/default_catalog.templates . keystone data script probably needs tweaking as well | ||
* I think we can drop the nova auth section from 'Basic Setup'... we still do 'nova-manage network create', but use the 'nova' tool for keypair setup and instance launching. Someone needs to try it though. (crobinso: besides, doing those auth steps on e3 nova gives me an error: https://answers.launchpad.net/nova/+question/146517 Just running nova-api didn't help. Had to cd /var/lib/nova/CA and run ./genrootca.sh) | * I think we can drop the nova auth section from 'Basic Setup'... we still do 'nova-manage network create', but use the 'nova' tool for keypair setup and instance launching. Someone needs to try it though. (crobinso: besides, doing those auth steps on e3 nova gives me an error: https://answers.launchpad.net/nova/+question/146517 Just running nova-api didn't help. Had to cd /var/lib/nova/CA and run ./genrootca.sh) | ||
** Yes there is a separate cert server that should be started an that runs the genrootca for us. I've updated that in the testday notes, so I'll update here too | |||
* Setup the equivalent of 'novarc' but with keystone env? Horizon can generate one from the 'settings' panel, including one for use with the ec2 api. | * Setup the equivalent of 'novarc' but with keystone env? Horizon can generate one from the 'settings' panel, including one for use with the ec2 api. | ||
* is nbd still required or does libguestfs do this for us? | * is nbd still required or does libguestfs do this for us? | ||
** NBD is not required but faster. Especially when openstack itself is run within a vm | |||
* Make sure e4 novaclient let's us drop the stupid --version 1.1 arg for the 'nova' tool, if not we should fix it. | * Make sure e4 novaclient let's us drop the stupid --version 1.1 arg for the 'nova' tool, if not we should fix it. | ||
* crobinso: I already had mysql-server installed with an unknown password, pulled in by random kde stuff. Might want to mention that mysql password can be reset with 'sudo mysqladmin -u root -p password' | * crobinso: I already had mysql-server installed with an unknown password, pulled in by random kde stuff. Might want to mention that mysql password can be reset with 'sudo mysqladmin -u root -p password' | ||
* easy command to check that services are running, since systemd seems pretty async: systemctl list-units --full | grep openstack | * easy command to check that services are running, since systemd seems pretty async: systemctl list-units --full | grep openstack | ||
** Probably one for an openstack-common or openstack-fedora package (which would also hold the openstack-db-setup script etc.) | |||
* crobinso: Not sure if I did anything wrong, but when I was in the westford office which has host networking on 10.0.0.* subnet, this recommended config killed my host connectivity. maybe we want to recommend a weirder subnet. | * crobinso: Not sure if I did anything wrong, but when I was in the westford office which has host networking on 10.0.0.* subnet, this recommended config killed my host connectivity. maybe we want to recommend a weirder subnet. | ||
* all the steps outside of 'Basic Setup' need a review | * all the steps outside of 'Basic Setup' need a review |
Revision as of 09:59, 5 March 2012
TODO items (anybody feel free to add/delete)
- is chrome bug in 'Volumes' still relevant?
- do we have a prebuilt image available, what danpb has been doing?
- http://berrange.fedorapeople.org/images/2012-02-29/
- if so, move oz/tty images to 'additional functionality'
- qpid-server not pulled in, intentional?
- Yes, this was left as explicit, as rabbit may already be in use
- hint on how to setup sudo? f16 openstack test day page has one
- --libvirt_type='qemu' option, convert to openstack-config-set if possible
- actually have to, default nova.conf changed from flagfile to configfile (ini-style) format in F17 http://pkgs.fedoraproject.org/gitweb/?p=openstack-nova.git;a=commitdiff;h=8e2e091558799cc088893df4bf83808c63502975
openstack-config-set /etc/nova/nova.conf DEFAULT libvirt_type qemu
- keystone + dashboard cleanup steps
- keystone should come prepared with nova-volume and glance services out of the box in /etc/keystone/default_catalog.templates . keystone data script probably needs tweaking as well
- I think we can drop the nova auth section from 'Basic Setup'... we still do 'nova-manage network create', but use the 'nova' tool for keypair setup and instance launching. Someone needs to try it though. (crobinso: besides, doing those auth steps on e3 nova gives me an error: https://answers.launchpad.net/nova/+question/146517 Just running nova-api didn't help. Had to cd /var/lib/nova/CA and run ./genrootca.sh)
- Yes there is a separate cert server that should be started an that runs the genrootca for us. I've updated that in the testday notes, so I'll update here too
- Setup the equivalent of 'novarc' but with keystone env? Horizon can generate one from the 'settings' panel, including one for use with the ec2 api.
- is nbd still required or does libguestfs do this for us?
- NBD is not required but faster. Especially when openstack itself is run within a vm
- Make sure e4 novaclient let's us drop the stupid --version 1.1 arg for the 'nova' tool, if not we should fix it.
- crobinso: I already had mysql-server installed with an unknown password, pulled in by random kde stuff. Might want to mention that mysql password can be reset with 'sudo mysqladmin -u root -p password'
- easy command to check that services are running, since systemd seems pretty async: systemctl list-units --full | grep openstack
- Probably one for an openstack-common or openstack-fedora package (which would also hold the openstack-db-setup script etc.)
- crobinso: Not sure if I did anything wrong, but when I was in the westford office which has host networking on 10.0.0.* subnet, this recommended config killed my host connectivity. maybe we want to recommend a weirder subnet.
- all the steps outside of 'Basic Setup' need a review