Company Logo

Install
Conductor Service

. HPrev | Up | Next

Install

  • Murano Conductor uses OpenStack Heat for new virtual machines creation, therefore Heat should been installed and configured. Some services require the Internet access for virtual machines to successful deployment.

    The detailed information about Heat configuration is described here.

  • OpenStack Heat require Key Pair for Load Balancer instances. Murano Conductor uses LoadBalancer for IIS Farms and ASP.NET Farms. The default name for Key Pair is "murano-lb-key", you can change this parameter in file /etc/murano-conductor/data/templates/cf/Windows.template

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

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

  • Clone Murano Conductor repository from the github.

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

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

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

    Ubuntu

                            
    sh murano-conductor/setup.sh install
                            
                        

    CentOS

                            
    sh murano-conductor/setup-centos.sh install
                           
                        

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