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 requires Key Pair for Load Balancer instances. Murano Conductor uses LoadBalancer for IIS Farms and ASP.NET Farms.

  • 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.4
    					
  • 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
  • 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