Questions tagged [tripleo]

TripleO is a project aimed at installing, upgrading and operating OpenStack clouds using OpenStack’s own cloud facilities as the foundation - building on Nova, Ironic, Neutron and Heat to automate cloud management at datacenter scale

Useful resources:

9 questions
2
votes
1 answer

"Opendaylight": Integration with openstack with opendaylight issue

I am installing opendaylight in existing openstack environment and I am facing issue in the same. Please find the details below. Openstack environment: I have 1 Controller node with neutron service and ML2 service enabled. I have 1 Compute node…
dini
  • 21
  • 2
1
vote
0 answers

openstack ERROR oslo_db.sqlalchemy.engines [-] Database connection was found disconnected

I am trying to execute clean, introspect operations on baremetal nodes via openstack undercloud but it fails and after researching and getting out the logs, it looks like ironic-inspector is throwing the error full log is given below. 2021-07-14…
Zeeshan
  • 375
  • 1
  • 3
  • 17
1
vote
1 answer

Error while installing tripleo Client Library

When i try to download tripleo Client using command yum install -y python-tripleoclient ceph-ansible On Centos 7.5 , I am getting error curl#60 - "Peer's Certificate has expired."
Shrijan Tiwari
  • 673
  • 6
  • 17
1
vote
1 answer

octavia: what is the loadbalancer IP assigned to?

I am trying to understand how Octavia is put together. I created a loadbalancer on a vlan network. It was assigned an address of 10.40.0.7. When I do openstack loadbalancer list, I see a vip_address of 10.40.0.7 which is not assigned to any…
0
votes
0 answers

Cannot import instack.json for Overcloud nodes

I'm trying to run a TripleO test environment using virtual machine on my laptop. After successfully installing the undercloud, now it's time to create the overcloud. The first step to install (or deploy) the overcloud is registering the nodes and in…
0
votes
0 answers

Geting NTP error on `TASK [Ensure system is NTP time synced]`

Hi I am trying to deploy overcloud using this link, but getting error on TASK [Ensure system is NTP time synced] this task How can I fix this ? fatal: [overcloud-controller-0]: FAILED! => {“changed”: true, “cmd”: [“chronyc”, “waitsync”, “20”],…
Openstack
  • 1
  • 2
0
votes
1 answer

TripleO Openstack train introspection timed out

i have a question why when i run "openstack overcloud node introspect --all-manageable" is always failed, here is my instackenv.json : (undercloud) [stack@tripleo ~]$ cat instackenv.json { "nodes":[ { "capabilities":…
j.a. vicky
  • 23
  • 3
0
votes
0 answers

queens over cloud instillation fails because keepalived container restarting always

We are deploying Openstack queens (3 controller and 4 compute HCI ) ,but its failing with Can't connect to MySQL server on '172.16.12.9' ([Errno 113] No route to host) . 172.16.12.9 is my api server IP and this is manged by keepalived/haproxy . But…
SARATH CHANDRAN
  • 307
  • 1
  • 6
  • 16
0
votes
1 answer

Openstack TripleO undercloud installation "could not find class ::ironic::drivers::deploy"

My host is: cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) The host setup was done as described here: http://docs.openstack.org/developer/tripleo-docs/environments/environments.html#virtual-environment up to the "Continue with…
Deroude
  • 1,052
  • 9
  • 24