4 Commits

Author SHA1 Message Date
Alex Schultz
72b2417e95 Reduce default services for Standalone
With the standalone deployment mechanism, the default list of enabled
OpenStack services is Keystone, Nova (and related), Neutron (and
related), Glance, Cinder, Swift and Horizon. The default list of
disabled of OpenStack services is Aodh, Barbican, Ceilomter,
Congress, Designate, Gnocchi, Heat, Ironic, Manila, Mistral, Panko,
Sahara, Tacker and Zaqar. Disabled services can be enabled by
passing the appropriate environment files to re-enable them during
the deployment.

Change-Id: Ibf49ac61f4a50b429e72ebeb5b35f6524ae8f24d
Related-Blueprint: all-in-one
2018-07-11 16:46:02 -06:00
Emilien Macchi
2a9fc8db79 standalone run a post config to generate a clouds.yaml
Implement a post script for the standalone to generate a basic
clouds.yaml for use with various tools.  This one does not reuse the
undercloud post because the undercloud script performs a bunch of
undercloud specific functions.

Change-Id: I0496f4dd2026ab6c705683126c8f50302a0861b9
2018-07-09 21:06:48 +00:00
Emilien Macchi
f5aeac7f2b standalone: cleanup environment
The 2 patches that were in comment merged, we don't need these
workarounds anymore.

Change-Id: If5f433b649ad7c14603af6d2d9c2dcc52528f7e1
2018-05-31 14:17:45 -07:00
Alex Schultz
0a642a10da Add basics for standalone node
For a standalone all-in-one, we need to create a basic role that has
some of the services, a network config for a single node and an
environment file that has all the services defined but disabled so
that we can enable just the services we will need. In the future, we
will likely make the service list more dynamic but for now it contains a
minimal set of services for a keystone/openshift/kubernetes deployment.

Change-Id: Ieb7c94563bd0132393b5fa268d743981f6e0b6f2
Related-Blueprint: all-in-one
2018-05-16 14:19:43 -06:00