Questions tagged [tripleo]

11 questions
1
vote
2 answers

Installing VirtualBMC for KVM Hypervisor Host

I'm trying to deploy TripleO OverCloud .. and i'm stuck with this step : http://tripleo.org/install/environments/baremetal.html My idea is : Currently i've one Hypervisor server KVM I created a Guest node for UnderCloud on same host I created a…
1
vote
1 answer

VM started, but it is not listed by virsh

I have a VM started by TripleO setup script for OpenStack. I can connect to the VM console with vncviewer. The problem is that the VM is not listed by virsh. $ sudo virsh list --all Id Name …
Mircea Vutcovici
  • 16,706
  • 4
  • 52
  • 80
1
vote
0 answers

How to reserve host cpu for non-uniformal openstack deployment?

I'm using tripleo to deploy openstack 16, which supports NovaReservedHostMemory to reserve memory by role, it's also said that NovaComputeCpuSharedSet and NovaComputeCpuDedicatedSet can be used to set where vms are scheduled. But all the cpu set…
gb2312
  • 11
  • 1
1
vote
0 answers

Openstack Ussuri introspection image missing raid drivers for mptsas

I have a very ancient hardware with a MPTSAS controller. I use this for TripleO deployment testing. With the release of Ussuri which is running CentOS8, I can no longer provision my overcloud nodes as the MPTSAS driver has been removed in…
Stack
  • 11
  • 1
0
votes
1 answer

openstack-ansible stuck on ssh

I'm being brave on deploying OpenStack using Ansible. Finally stage of punching commands except I'm running into ssh error. This seems to be either forked or customized ansible for OpenStack. In the past, upon "ssh-copy-id" and proper cfg, things…
user192756
0
votes
0 answers

TripleO: How to configure containerized rsyslog to use graylog instead of elasticsearch

Overview Let me first give a short overview of what we want to accomplish. I am currently helping to deploy a TripleO Openstack Cloud, and we would like to use a different way of storing the logs provided by the rsyslog service that is created from…
Alex
  • 1
  • 1
0
votes
1 answer

Installation of Tripleo failed to install python-gnocchiclient, and python-pankoclient on Centos7

I am trying to install OpenStack since days, on Centos7 with Stein distribution I am installing the Undercloud via triplo repository but two stages are failing with errors, they are given below: Failed to Install…
Zeeshan
  • 101
  • 3
0
votes
0 answers

Is it required to register with the Red Hat Subscription Manager while using centos7to install undercloud?

If No then how relevant repositories will be subscribed? Updates will be Performed Details What I am trying to do? I am trying to create our personal OpenStack cloud and install one undercloud node in VirtualBox, and I have a server blade in…
Zeeshan
  • 101
  • 3
0
votes
0 answers

Openstack Deployment Fails with Command openstack undercloud install

I been trying to install openstack Undercloud but failed, there were different reassons but the last reason was, I am attaching Logfile here. I am a beginner could not find any help online. This is my undercloud.conf file is given…
Zeeshan
  • 101
  • 3
0
votes
1 answer

Race condition with "openstack overcloud node import --introspect --provide " in Victoria?

I'm trying to execute openstack overcloud node import --introspect --provide on a fresh install, but consistently getting Mar 11 16:59:27 victoriadirector platform-python[353569]: ansible-os_tripleo_baremetal_node_introspection…
tlum
  • 257
  • 1
  • 8
0
votes
0 answers

Centos 7 and Docker 1.13.1 - Error Timeout exceeded while awaiting headers - No proxy and No DNS issue

I am facing this issue and I can find many people also facing this same issue mainly because of DNS and or Proxy. But in my case, I don't have proxy, and I confirm the DNS is working well. systemctl disable firewalld ; systemctl stop firewalld ;…