Company Logo

Configure
Conductor Service

. HPrev | Up | Next

Configure

  • Copy example of the configuration file:

                            
    cd /etc/murano-conductor
    cp conductor.conf.sample conductor.conf
                            
                        
  • Configure conductor.conf file according to your environment.

    • [DEFAULT]section is responsible for logging.

    • [heat]points where heat is running.

    • [quantum]points where quantum is running.

    • [rabbitmq]section points where your rabbitMQ installed and configured.

                            
    [DEFAULT]
    
    # Path where log will be written
    log_file = /var/log/murano-conductor.log
    # Log verbosity
    debug=True
    verbose=True
    data_dir = /etc/murano-conductor
    # Maximum number of environments that can be processed simultaneously
    max_environments = 20
    
    [keystone]
    auth_url = http://localhost:5000/v2.0
    ca_file =
    cert_file =
    key_file =
    insecure = False
    
    [heat]
    # Heat SSL parameters
    # Optional CA cert file to use in SSL connections
    ca_file =
    # Optional PEM-formatted certificate chain file
    cert_file =
    # Optional PEM-formatted file that contains the private key
    key_file =
    # If set then the server's certificate will not be verified
    insecure = False
    # Valid endpoint types: publicURL (default), internalURL, adminURL
    endpoint_type = publicURL
    
    [quantum]
    # Optional CA cert file to use in SSL connections
    #ca_cert =
    # Allow self signed server certificate
    insecure = False
    # Valid endpoint types: publicURL (default), internalURL, adminURL
    endpoint_type = publicURL
    
    [rabbitmq]
    # Connection parameters to RabbitMQ service
    # Hostname or IP address where RabbitMQ is located.
    # !!! Change localhost to your real IP or hostname as this address must be reachable from VMs  !!!
    host = localhost
    # RabbitMQ port (5672 is a default)
    port = 5672
    # Use SSL for RabbitMQ connections (True or False)
    ssl = False
    # Path to SSL CA certificate or empty to allow self signed server certificate
    ca_certs =
    # RabbitMQ credentials. Fresh RabbitMQ installation has "guest" account with "guest" password.
    # It is recommended to create dedicated user account for Murano using RabbitMQ web console or command line utility
    login = quest
    password = quest
    # RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured.
    # It is recommended to create dedicated vhost for production use
    virtual_host = /
                            
                        

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