reachsrirams / openstack-scripts

Scripts to help install OpenStack on Ubuntu with focus on core services only - Master branch supports OCATA
Apache License 2.0
16 stars 37 forks source link

Newton support #13

Open kristiandrucker opened 7 years ago

kristiandrucker commented 7 years ago

Hi can I work on newton release of openstack?

reachsrirams commented 7 years ago

Hi Kristian - sorry for the late reply. I was traveling for work. I have invited you as a Collaborator to work on the Newton release support.

Sriram

kristiandrucker commented 7 years ago

Hi, thanks for the access. Where should I push code? To master or create a branch?

reachsrirams commented 7 years ago

Better to create a branch and do all the work there. And once tested, we can merge to master and also rename it to stable-newton.

kristiandrucker commented 7 years ago

Ok

kristiandrucker commented 7 years ago

Got another question. Can it be like this? You can select what openstack services to install and it will install and configure only them? So there will be one file that installs and configures the openstack service.

reachsrirams commented 7 years ago

It's a good idea. Right now I mostly have only core services. We can add the enhancement later. We should support "all services" as well as node specific - for example Nova on compute node will be very different from Nova on the controller.

On Monday 31 October 2016, Kristian Drucker notifications@github.com wrote:

Got another question. Can it be like this? You can select what openstack services to install and it will install and configure only them? So there will be one file that installs and configures the openstack service.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/reachsrirams/openstack-scripts/issues/13#issuecomment-257232569, or mute the thread https://github.com/notifications/unsubscribe-auth/AFc1BNni25uQ1NaRPKMXKWyYPuXEmGfBks5q5Z7CgaJpZM4KeHZt .

reachsrirams commented 7 years ago

Hi Kristian - are you able to work on this? I was thinking of taking up Cinder or Heat install. If you are unable to work on Newton, I will give it a shot.

kristiandrucker commented 7 years ago

Sure. What about the other openstack services? Like Trove, CloudKitty, Murano, etc...

reachsrirams commented 7 years ago

Cinder, Heat are some of the core services that are missing as of now. Murano/Trove are definitely interesting and we could add those as "optional" - something you had suggested earlier.

kristiandrucker commented 7 years ago

Hi, Im thinking of making a php cli app that will have a command generator and a nice cli or cli gui interface where you will be able to chose what openstack services to install, then in the future also to upgrade