Questions tagged [microstack]

MicroStack is a snap-based OpenStack deployment tool used to install OpenStack in an upstream single-node to run directly on a workstation. MicroStack allows to easily develop, deploy and test OpenStack workloads on a computer or a virtual machine.

MicroStack is a snap-based OpenStack deployment tool used to install OpenStack in an upstream single-node to run directly on a workstation. MicroStack allows to easily develop, deploy and test OpenStack workloads on a computer or a virtual machine.

According to the MicroStack developers' website, it is a single-machine, snap-deployed OpenStack cloud, with the following purposes:

- Development and testing of OpenStack workloads
- Continuous integration (CI)
- IoT and appliances
- Edge clouds (experimental)
- Introducing new users to OpenStack

Currently providing the following OpenStack services: Nova, Keystone, Glance, Horizon, and Neutron.

MicroStack is frequently updated to provide the latest stable updates of the most recent OpenStack release.

27 questions
4
votes
3 answers

MicroStack does not start: Command 'snapctl start microstack.nginx' returned non-zero exit status 1

I am trying to start the MicroStack on Ubuntu 18.04 and receiving the following error: sudo microstack.init --auto 2020-05-07 16:23:52,073 - microstack_init - INFO - Configuring networking ... 2020-05-07 16:23:52,955 - microstack_init - INFO -…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
2
votes
3 answers

tls unsigned certificate when using terraform

The microstack.openstack project recently enabled/required tls authentication as outlined here. I am working on deploying an openstack cluster to microstack using a terraform example here. As a result of the change, I receive an unknown signed cert…
Ted
  • 1,641
  • 7
  • 30
  • 52
1
vote
0 answers

Possible to pass through all functions of PCI devices in Openstack?

Many PCI devices (e.g. GPUs) are multifunction. For instance, for an NVIDIA 3090: 02:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1) 02:00.1 Audio device: NVIDIA Corporation GA102 High Definition Audio Controller…
1
vote
1 answer

How do we get rid of error 13 permission denied error during openstack image create?

microstack.openstack image create --file filename.qcow2 --disk-format qcow2 "imagename" This gives error as [Error 13] Permission denied file path
vinay
  • 53
  • 1
  • 8
1
vote
0 answers

Cannot add a Linux image to my MicroStack / add an instance to OpenStack

How do I install a Linux image (https://cloud-images.ubuntu.com) in MicroStack (https://ubuntu.com/tutorials/microstack-get-started#2-install-microstack)? This question is close: How to install packages in cirros OS. But doesn't share the command…
runningraptor
  • 339
  • 1
  • 6
  • 19
1
vote
2 answers

Microstack/Openstack VMs access on public/physical network

I'm new to openstack tech. need suggestions to implement. Apology if I have used an non tech. language as networks are not my core domain. Problem: I'm not able to access my vm's out of virtual microstack network on my physical network even after…
1
vote
0 answers

Microstack network multi-node

I've managed to install a mulit-node microstack on google cloud. But now I'm struggling to access the instances I created. I figured out it was a network problem but despite my effort I didn't fix the issue. So basically I have a node controller and…
1
vote
3 answers

Difference between Devstack & Microstack

Devstack & Microstack both provide deployment of Openstack on single node. Is there any fundamental difference between them? Devstack link: https://docs.openstack.org/devstack/latest/ Microstack link: https://ubuntu.com/openstack/install Is there…
Anonymous Creator
  • 2,968
  • 7
  • 31
  • 77
1
vote
1 answer

Microstack - Cannont access (ping/ssh) launched VMs

I am trying to access some launched VMs without success. I followed this tutorial to create a private network. It is listed below: +--------------------------------------+----------+--------------------------------------+ | ID …
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
1
vote
1 answer

How to access MicroStack VM instance from external network

I have installed MicroStack and started a Cirros instance as it is described in MicroStack docs. Everything works as expected. The Cirros instance at 10.20.20.202:22 is available from the host where MicroStack is installed. The host IP/LAN is…
balee
  • 173
  • 1
  • 9
1
vote
1 answer

Microstack "neutron net-create" equivalent command

How to run the following command with Microstack neutron net-create mgmt --provider:network_type=vlan --provider:physical_network=physnet_em1 --provider:segmentation_id=500 --shared I tried: microstack.openstack network create mgmt…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
0
votes
0 answers

MicroStack installation breaks MYSQL

I've recently installed MicroStack which is "OpenStack in a snap" however I've been running into a really weird issue. Whenever MicroStack is not installed, MYSQL runs fine. However, when it isnt installed I get this error message: "Can't connect to…
0
votes
1 answer

Openstack with Microstack, I can't make empty Volume

I'm a beginner at Openstack. I have an Ubuntu Server on a VM and on it, I installed Openstack with Microstack. Everything looks fine but I cannot make a Volume. It gives me this error: schedule allocate volume: Could not find any available weighted…
0
votes
0 answers

why my openstack page is view as text && and it is not secure can any one help me

OpenStack Dashboard admin Projects: admin admin Settings Help OpenStack RC File Themes: Default Ubuntu Sign Out Project API Access Compute Overview Instances Images Key Pairs…
0
votes
1 answer

Openstack Failed to Create Instance ovs-vsctl terminating with signal 14

Please help. I am following the microstack tutorial and I am stuck at creating instances here. This is what I get in the commandline : openstack --insecure server create --flavor myflavor --image 20.04 --network mynetwork --key-name mykeypair --min…
James Lim
  • 1
  • 2
1
2