Extending an existing OpenStack engine
To connect the blueprint design server to an OpenStack-based cloud, extend the Heat orchestration engine that is associated with the cloud. By extending the engine, you add custom types to it so that you can use it with the blueprint design server.
- You must have an OpenStack Heat orchestration engine that is connected to a Keystone service. The engine must be at the Icehouse, Juno, Kilo, Liberty, Mitaka, or Newton level. The engine and Keystone service are required regardless of the type of cloud that you use. If you do not have an engine, you can install one that includes the custom types and is connected to a Keystone service. See Installing the engine. If your OpenStack Heat orchestration engine is not connected to a Keystone service, you must connect to it to a Keystone service. See Connecting engines to Keystone servers..
- The upgrade-standalone-ucd-heat-engine.sh script can only be used with the provided heat engine that comes with IBM UrbanCode Deploy blueprint designer. It installs both the IBM UrbanCode Deploy plug-in and the ibm-cloud-ext package
- In the case that you are using OpenStack Newton or higher, you must diable the Heat convergence mode before installing the plugins. Open the heat.conf file (/etc/heat/heat.conf), and set convergence_engine to False. Then, restart the Heat engine services by running the systemctl stop and start commands.
Before you install the engine, ensure that you do the following steps:
- Root access is required for installation.
- The operating system must be configured with required packages and dependencies before you install the engine. The system might need network access to install these packages. Make sure that the system is connected to a package manager, such as a Yum server.
- Enable the optional "rhel-7-server-optional-rpms" repository.
- On RHEL systems that use the Red Hat Network subscription-based package manager, use the
following
command:
subscription-manager repos --enable=rhel-7-server-optional-rpms
- On virtual machines that are hosted on Amazon Web Services, run the following command:
- For RHEL 7.6 and earlier:
yum-config-manager --enable rhui-REGION-rhel-server-optional
- For RHEL 7.7 and later:
yum-config-manager --enable rhui-rhel-7-server-rhui-optional-rpms
- For RHEL 7.6 and earlier:
- On RHEL systems that use the Red Hat Network subscription-based package manager, use the
following
command:
- Determine whether the
akonadi
package is installed on the system.rpm -ql akonadi
- If the
akonadi
package is installed, remove it:yum remove -y akonadi
- Determine whether the program
qpid
is installed on the system.- On RHEL version 7, run the following
command:
systemctl status qpidd.service
- On RHEL version 7, run the following
command:
- If the program
qpid
is running on the system, stop its service.- On RHEL version 7, run the following
command:
systemctl stop qpidd.service
- On RHEL version 7, run the following
command:
To extend a Heat orchestration engines for the blueprint design server, do the following steps: