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:

    cd murano-conductor && git checkout 0.2
                        
  • And then perform installation

    Ubuntu

                            
    sh setup.sh install
                            
                        

    CentOS

                            
    sh 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
    • RabbitMQ additional instance
    • Specify SecurityGroups quotas
    • Reconfigure rate-limits for Nova
  • 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
        • SSL for Murano Dashboard
  • Quantum Usage
    • Overview
    • Patching Murano
    • Patching OpenStack
    • Configuring Quantum
      • Allow subnet ip-range overlapping
    • Known Issues
  • Windows Image Build
    • Install Required Packages
    • Configure Shared Resource
    • Prerequisites
    • Additional Software
    • Build Windows Image (Automatic Way)
    • Build Windows Image (Manual Way)
    • Upload Image Into Glance
  • Linux Image Building
    • Install Required Packages
    • Build Linux Image
    • Guest VM Linux OS preparation
    • Upload Image Into Glance
  • Troubleshooting
  • Appendix
Search