Questions tagged [devstack]

A documented shell script to build complete OpenStack development environments and maintained by the OpenStack developer community

DevStack - documented shell script to build complete OpenStack development environments.

358 questions
0
votes
2 answers

JSONDecodeError in OpenStack Ubuntu 18.4

I am a beginner of OpenStack devstack. When I install OpenStack and login in to the system I notice that there was no any error messages there. But after rebooting my machine and login in to the instance and overview sections, i found that there was…
VSM
  • 1,765
  • 8
  • 18
0
votes
0 answers

How to ping instance's internal network from Host on Devstack

I am running Devstack on my machine and i would like to know if it is possible to ping an instance from Host. The default external network of Devstack is 172.24.4.0/24 and br-ex on Host has the IP 172.24.4.1. I launch an instance using the internal…
timgr17
  • 5
  • 2
0
votes
1 answer

The account is locked for user (HTTP 401) : Devstack installation Openstack

I am installing openstack on a new server using devstack. I am having this error no matter the type of installation i do. I am installing on the host computer. I tried the exact same installation on another computer and it's fine and the openstack…
0
votes
1 answer

Open Stack and Development Stack

i am really confuse about the main difference between Open Stack and development Stack ? is it different version or different platform ?
0
votes
1 answer

Openstack - how to use the cloud resources

I am a new user of openstack. I have successfully install it with devstack and the Horizon Dashboard is available. I wanted the create huge instance, that is really needed to start with my bachelor thesis. Unfortunately, I have an error when I want…
0
votes
2 answers

Devstack installation on Ubuntu Error ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied

I am trying to install devstack on Ubuntu 16.04. I have tried on the newest verision on Ubuntu as well (other systems CentOS, Fedora), but always I am stuck on an error after ./stack.sh.I have new 16.04 on VM and now I have this error ERROR: Could…
0
votes
1 answer

unable to install DPDK in Devstack(in Ubuntu 16.04 version)

I am trying to install Devstack with DPDK in Ubuntu 16.04. I have installed Devstack (Rocky version) in Ubuntu machine. Reference link to install the devstack is mentioned below. https://docs.openstack.org/devstack/latest/ Devstack was…
Chandra
  • 939
  • 1
  • 6
  • 12
0
votes
2 answers

Didn't find service registered by hostname after 60 seconds - Openstack/devstack deployment fails

While trying to deploy Openstack environment on a single machine, I am using devstack to achieve it. While running the stack.sh script to deploy the setup. Its failing. +:: ID= +:: …
0
votes
0 answers

Continuous integration using bitbucket pipelines FAILED for OpenEdx

I am trying to set up CI process using bitbucket pipelines for my Openedx site. The script that i am using in my bitbucket-pipelines.yml file is given below. I am trying to just set up the build process on LMS (themes), so that whenever someone make…
0
votes
4 answers

How can I write LMS logs to file in Open edX devstack?

Open edX uses to write logs files on /edx/var/log but in the LMS docker instance all folders in this path are empty and the only file I've found ('tracking.log`) is empty too. I can see logs output with make lms-logs command on devstack but I want…
francadaval
  • 2,451
  • 3
  • 26
  • 36
0
votes
1 answer

Setting up a DevStack node with Opendaylight backend

I am attempting to setup a DevStack node with a ODL networking backend. I am using pike for Devstack. For ODL i am using Opendaylight Beryllium. Devstack node has a public IP : 130.127.133.113 ODL installed node has a public IP : 130.127.133.175 I…
0
votes
2 answers

Openstack Compute node not getting listed in hypervisor list

I’m trying to setup a multi-node OpenStack environment with OVS-DPDK. Unfortunately I’m running into issue that compute node not getting listed in hypervisor list as below screenshot. Due to this I’m unable to create instances on compute node. Can…
0
votes
1 answer

Dependency issue installing DevStack

I am trying to install Openstack using DevStack. After correctly creating the user stack and running ./stack.sh, the script starts to install the required dependencies until it hits Obtaining file:///opt/stack/cinder. Then I obtain the following…
dariofac
  • 247
  • 1
  • 14
0
votes
1 answer

Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service"

I am trying to install Devstack but it stopping in the middle Currently trying to install openstack, but the long process of individual installation, so am using devstack, however i already install OSM release 5. I just need a vim to put the…
bozz feed
  • 1
  • 1
  • 1
0
votes
1 answer

How to update the upper_constraints.txt in devstack

I'm hitting a problem with the upper_constraints file that devstack uses when installing (on CentOS). This file is built at runtime? Does anyone know how I can edit this file? My problem is that the upper_constraints.txt sets…
Lar
  • 23
  • 7