Company Logo

Install
Murano API 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 API git repository:

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

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

                            
    git checkout 0.2
                            
                        
  • Switch to just created directory and then perform installation

    Ubuntu

                            
    sh murano-api/setup.sh install
                            
                        

    CentOS

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

                            
    Successfully installed muranoapi
    Cleaning up...
    LOG:> Making sample configuration files at "/etc/murano-api"
    LOG:> Reloading initctl
    LOG:> Please, make proper configuration,located at "/etc/murano-api", before starting the "murano-api" 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
    • Configure OpenStack
  • Install Murano Components
    • Automatic Installation
    • Manual Installation
      • Pre-Requisites
      • Murano API Service
        • Install
        • Configure
        • Run
      • Conductor Service
        • Install
        • Configure
        • Run
      • Murano Dashboard
        • Install
        • Configure
        • Run
      • SSL configuration
        • HTTPS for Murano API
        • SSL for RabbitMQ
          • Murano API -> Rabbit MQ exchange
          • Rabbit MQ -> Murano Conductor exchange
          • Murano Agent -> Rabbit MQ exchange
  • Image Builder
    • Install Required Packages
    • Configure Shared Resource
    • Prerequisites
    • Additional Software
    • Build Windows Image (Automatic Way)
    • Build Windows Image (Manual Way)
    • Upload Image Into Glance
  • Troubleshooting
  • Appendix
Search