Hi,

 

I have tried to do that with no success.

 

I am running this command (took the example command from RHOSP 16.1 guide + added the Octavia environment file):

 

sudo openstack tripleo deploy \

  --templates \

  --local-ip=$IP/$NETMASK \

  -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml \

  -r /usr/share/openstack-tripleo-heat-templates/roles/Standalone.yaml \

  -e $HOME/containers-prepare-parameters.yaml \

  -e $HOME/standalone_parameters.yaml \

  -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml \

  --output-dir $HOME \

  --standalone

 

And after the playbook starts it seems like it fails due to Octavia:

 

That’s why I was sure I am unable to install it.

From what I understand my problem is that Octavia won’t automatically generate certificates (and needs undercloud to do so)

 

Do you have any information that I might be missing to solve this issue?

 

Thanks,

Chen Sagi.

 

From: Carlos Goncalves <cgoncalves@redhat.com>
Sent: Monday, October 19, 2020 9:19 AM
To: Chen Sagi <ChenSa@radware.com>
Cc: openstack-discuss@lists.openstack.org
Subject: Re: approach to deploying rhosp 16.1 with octavia on standalone

 

Hi Chen,

 

OpenStack TripleO and Red Hat OpenStack Platform can create an all-in-one OpenStack cloud. Both have comprehensive documentation pages [1] [2].

 

Octavia can be enabled in both installers without an undercloud node. In fact, that is how TripleO + Octavia integration is tested in upstream CI.

 

The CLI command you mentioned is the correct one but misses additional parameters. I would refer you again to the documentation pages in [1] and [2]. Please make sure to include "standalone-tripleo.yaml" and "octavia.yaml" environment files and the "Standalone.yaml" role file.

 

I hope this helps.

Please let us know if you have any questions.

 

Carlos

 

[1] https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/standalone.html

[2] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/quick_start_guide/index

 

On Sun, Oct 18, 2020 at 11:34 AM Chen Sagi <ChenSa@radware.com> wrote:

Hi,

 

I am trying to figure out if I am able to deploy Red Hat Openstack platform with one physical server available, included with the Octavia solution.

For now I have been trying to use the “openstack triplo deploy –standalone” command (with various environment files) and it Is unable to install Octavia without an undercloud available.

 

Is it even possible? If so, I would love to hear some suggestions.

 

Thanks,

Chen Sagi.