Company Logo

Install
Murano Repository Service

. HPrev | Up | Next

Install

  • Superuser privileges is required to install and configure system packages. Let's switch to root account:

    					
    sudo su -
    						
    				
  • Make sure that additional linux repositories are installed. See the appendix for information about preparing a virtual machine for murano installation.

  • Clone Murano Repository from git:

    					
    git clone https://github.com/stackforge/murano-repository
    						
    					

    Stable version one of our releases can be checked by the tag:

    cd murano-repository && git checkout 0.4
    					
  • And perform installation:

    Ubuntu

    						
    sh setup.sh install
    						
    				

    CentOS

    					
    sh setup-centos.sh install
    					   
    				
  • Successful installation ends with message like this:

    					
    Successfully installed muranorepository
    Cleaning up...
    LOG:> Making sample configuration files at "/etc/murano"
    LOG:> Reloading initctl
    LOG:> Please, make proper configuration,located at "/etc/murano", before starting the "murano-repository" daemon!
    					   
    				

Prev Up Next
 Home 
  • Contents
  • Search
loading table of contents...
  • General Deployment Steps
    • Prepare A Lab For Murano
      • Lab Requirements
      • Test Your Lab Host Performance
      • Baseline Data
      • Host Optimizations
    • Install OpenStack
  • Install Murano Components
    • Automatic Installation
    • Manual Installation
      • Pre-Requisites
      • Murano API Service
        • Install
        • Configure
        • Run
      • Conductor Service
        • Install
        • Configure
        • Run
      • Murano Repository Service
        • Install
        • Configure
        • Run
      • Murano Dashboard
        • Install
        • Configure
        • Run
      • SSL configuration
        • HTTPS for Murano API
        • SSL for RabbitMQ
        • SSL for Murano Dashboard
  • Building Windows Image
    • Install Required Packages
    • Configure Shared Resource
    • Prerequisites
    • Additional Software
    • Build Windows Image (Automatic Way)
    • Build Windows Image (Manual Way)
    • Upload Image Into Glance
  • Building Linux Image
    • Install Required Packages
    • Build Linux Image
    • Guest VM Linux OS preparation
    • Upload Image Into Glance
  • Troubleshooting
  • Appendix
Search