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
0
votes
1 answer

How to install cinder-volume service when OpenStack installed using MicroStack

How can I install cinder-volume as only cinder-scheduler will be installed in microstack deployment. https://i.stack.imgur.com/zc84i.png
Jeevan R
  • 51
  • 1
  • 3
0
votes
1 answer

Openstack - How to create a new server in a specific project

I'm relative new to Openstack/Microstack platforms. I have a Microstack environment with three projects: Two projects that created by default: "admin" and "service". One project that I created in my own: "myProject" I noticed that when I am…
MrSonic
  • 363
  • 3
  • 10
0
votes
1 answer

Microstack libvirt how to enable TCP listening mode

Microstack was setup as cluster with 2 computing nodes. Version: microstack ussuri 222 latest/beta canonical✓ devmode But libvirtd is default shipped only with sockets. Change the configuration…
bt047265
  • 1
  • 1
0
votes
1 answer

Openstack - Connectivity issues in projects other than admin default project

I have successfully installed Microstack version of Openstack. After days of digging around I have been able to create vms in the admin (default) project that : Access the internet Are accessible for hosts in the same LAN as the Microstack…
0
votes
1 answer

Create a network of single ip in openstack

I have some static ips spread out in different cidr blocks (assume 1 ip each). Now I want to create VMs out of specific ips. What I am trying to do is creating different networks (cidr /32 for each ip). However, OpenStack gives me an error The…
Varun Garg
  • 2,464
  • 23
  • 37
0
votes
1 answer

NextEPC on OpenStack(Microstack)

I have the openstack (microstack) environment where I have an Ubuntu Instance. Instance has both Internal and floating IP. I installed NextEPC there and bound the MME to Internal IP. I have an eNB(hardware) where I set the floating IP as MME…
0
votes
1 answer

Issue with Accessing Microstack VM from Outside Network

I have an Ubuntu Instance (10.20.20.122) in Microstack. I can reach outside world from it but it is not reachable from outside network.For example, from the host (physical) LAN it is not reachable ( it is reachable only from host). There is a br-ex…
0
votes
0 answers

Troubling with MicroStack Command Line API

I am facing trouble with Microstack CLI.I did install Microstack twice for the same reason. In the beginning, every command works but after a certain period while working it starts to through the underneath error for each command: The request you…
0
votes
3 answers

Microstack-My VMs cannot access the Internet

So I have installes Microstack in an Ubuntu 18.04 LTS PC. Well i can ssh to my VM from the host(where miccostack is installed), but my VM cannot access the Internet. I have created an instance named osm and i have associated a floating ip to…
lydi st
  • 35
  • 6
0
votes
2 answers

Horizon Access - Unable to create a new session key. It is likely that the cache is unavailable

I tried to access Horizon as recommended here, through the IP 10.20.20.1 and admin user, and received the following runtime error: Request Method: | POST -- | -- http://10.20.20.1/auth/login/ 2.0.13 RuntimeError Unable to create a new session key.…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
0
votes
1 answer

No internet available in Microstack hosted instance

I have hosted Microstack, in my Macbook. Everything works fine, I am able to boot instances from the Microstack. But on the Xenial Server instance I have booted from my Microstack has no internet. I am planning to install docker and create…
javafox
  • 69
  • 6
0
votes
0 answers

How do I ping an openstack instance installed on a Ubuntu Azure Vm from my local computer?

I created an Ubuntu VM on Azure with a public IP address. I installed Openstack and created an instance. and I'm wondering how can I ping this instance from my local computer?
Zouhair Dre
  • 558
  • 4
  • 14
1
2