NEW! Mirantis Academy -   Learn confidently with expert guidance and On-demand content.   Learn More

< BLOG HOME

Mirantis OpenStack Express 2.0 - Murano (Application Catalog) in a Minute

John Jainschigg - October 07, 2014

This is the sixth in a series of short tutorials showing how to perform common cloud operations tasks in Mirantis OpenStack Express 2.0 — Mirantis’ “Private Cloud as a Service”


In our last tutorial, we looked at Mirantis OpenStack Express Projects, Users and basic Neutron network building. Now we’re going to take a high-level look at the Murano Application Catalog -- an OpenStack special project that lets you define and deploy application environments, like a web application server based on PHP or Java.

 


Basic Ops Tutorials

Mirantis OpenStack Express 2.0 — Mirantis' "Private Cloud as a Service" — is the fastest way to get your hands on a fully-functional, optimally-configured, private OpenStack cloud, running on hosted bare metal and able to scale on demand. This series of short tutorials shows how to perform common cloud operations tasks in MOX 2.0, and offers links to documentation and learning resources. Pro tip: though aimed at Mirantis OpenStack Express, many of the techniques discussed here will also work on a private OpenStack cloud deployed using Mirantis OpenStack.

Tutorials:


 

Step by Step


Murano comes installed and ready to use by default in starter Mirantis OpenStack Express clouds, and can be deployed by Fuel automatically in any further clouds you create in your Mirantis OpenStack Express datacenters.


The Fuel deployment engine makes it easy to add Murano when creating new clouds on Mirantis OpenStack Express.

It lets cloud operators or application makers package up the applications, installation and configuration details, and prepare a range of lightly-modified cloud images to host them -- that’s the complicated part.


Available Murano application packages for this installation appear in a table. New packages can be composed offline and uploaded.

Specially-created images incorporating the Murano client and other configurational optimizations must be provided to interoperate with Murano for automated application deployment and management. Tools like guestfish can be used to create these images, before uploading to Glance.

And then it offers a UI that lets almost anyone assemble an application platform out of these component parts, creating a so-called ‘environment,’ and then deploy this environment as an instance, and use it.


That makes Murano pretty great: It’s a tool for automation; for self-service provisioning; and in principle, it’s also a pathway for getting open source applications to people in immediately-usable forms.


To install Murano on a Mirantis OpenStack Express cluster, you can select it from Fuel’s special projects menu as shown above. Deployment details are managed automatically.


Inside the Horizon console of an OpenStack Express cloud, Murano is accessed from a tab at the very bottom of the left-hand menu.


A tab at the bottom left of the Horizon administration menu gives access to the Murano system.

Click the applications tab. Applications currently available in Mirantis OpenStack Express Murano are still somewhat limited, but include components of standard web development environments, the PostGre database and some other useful tools. More applications are on the way.


Applications presently available in Murano comprise basic tools for web server and development platform creation. Apps can be Quick-Deployed into new Environments at the touch of a button.

Apps in the Murano catalog can be quick-deployed on an individual basis as components of Murano environments. Let’s make an Apache web server by clicking the Quick Deploy button. Give the Apache component a name, and select options. Here, we’ll choose to install PHP with Apache, and configure the component to assign a floating IP address to an instance created with it, so we can reach our web server from the internet. We could do this post-deployment as well on the instance, itself.


Beginning the Quick-Deploy process, we provide a name for the Apache component, and indicate that we want PHP installed, and that when started as an instance, this environment should be given a floating IP for internet access.

On the next dialog, choose a VM flavor -- note that we’re prompted to choose the m1.medium flavor or higher. And choose a deployment image: our only choice here is the Ubuntu 14.04 LTS image provided in MOX by default -- this image has been preconfigured with Murano client components. You can create your own Murano-compatible images and upload them to Glance.


In the next dialog, we choose a VM flavor and provide other information defining our requirements for virtual machines on which this environment should be deployed.

Once the component is created, we see it’s become a component of a Murano environment created to hold it, called quick-env-1. The Topology tab shows us an -- in this case, very basic -- diagram of our Apache/PHP component’s relation to its proposed host.


Our Apache webserver is now deployed as a component of a new, auto-created Murano environment, called quick-env-1.

The Topology tab shows us an elastic diagram of the relationship between our component and the infrastructure it runs on.

Let’s look at the quick-env-1 environment. Despite the ‘Configuring’ label, this environment is now ready to deploy as an instance. As the environment’s right-hand menu also shows, we can review a table of existing deployments of this environment as a management tool.


We can now deploy this environment, creating a usable Apache webserver on Ubuntu.

Click Deploy Environment and an instance is created for us. This takes some time, as the software is installed and configured.


Deployment is successful: our environment is now spun up as an instance, visible in the instance table.

When deployment finishes, we can access our server’s floating IP from the table of running instances. Visiting it in a browser demonstrates that Apache has been installed and is running correctly.


Once our instance enters the Active state, we can browse to its floating IP address, which will display the Apache start page for Ubuntu installations.

In a near-future tutorial, we’ll explore using Murano to create more complex environments, and eventually explore how to add new applications to the Murano catalog.


 

Resources:


Check out Express for yourself at https://express.mirantis.com.

Choose your cloud native journey.

Whatever your role, we’re here to help with open source tools and world-class support.

GET STARTED
NEWSLETTER

Subscribe to our bi-weekly newsletter for exclusive interviews, expert commentary, and thought leadership on topics shaping the cloud native world.

JOIN NOW