Skip to content
Snippets Groups Projects
rspec.yml 2.59 KiB
hosts:
  - name: clmc-service
    cpus: 1
    memory: 2048
    disk: "10GB"
    forward_ports:
      - guest: 8086
        host: 8086
      - guest: 8888
        host: 8888
      - guest: 9092
        host: 9092
    ip_address: "192.168.50.10"
  - name: apache
    cpus: 1
    memory: 2048
    disk: "10GB"
    service_name: "apache"
    forward_ports:
      - guest: 80
        host: 8881
    ip_address: "192.168.50.11"
    location: "DC1"
    sfc_id: "MS_Template_1"
    sfc_id_instance: "MS_I1"
    sf_id: "adaptive_streaming"
    sf_id_instance: "adaptive_streaming_I1"
    ipendpoint_id: "adaptive_streaming_I1_apache1"
    influxdb_url: "http://192.168.50.10:8086"
    database_name: "CLMCMetrics"
  - name: nginx
    cpus: 1
    memory: 2048
    disk: "10GB"
    service_name: "nginx"
    forward_ports:
      - guest: 80
        host: 8082
    ip_address: "192.168.50.13"
    location: "DC1"
    sfc_id: "MS_Template_1"
    sfc_id_instance: "MS_I1"
    sf_id: "adaptive_streaming"
    sf_id_instance: "adaptive_streaming_nginx_I1"
    ipendpoint_id: "adaptive_streaming_nginx_I1_apache1"
    influxdb_url: "http://192.168.50.10:8086"
    database_name: "CLMCMetrics"
  - name: mongo
    cpus: 1
    memory: 2048
    disk: "10GB"
    service_name: "mongo"
    forward_ports:
      - guest: 80
        host: 8083
    ip_address: "192.168.50.14"
    location: "DC1"
    sfc_id: "MS_Template_1"
    sfc_id_instance: "MS_I1"
    sf_id: "metadata_database"
    sf_id_instance: "metadata_database_I1"
    ipendpoint_id: "metadata_database_I1_apache1"
    influxdb_url: "http://192.168.50.10:8086"
    database_name: "CLMCMetrics" 
  - name: ffmpeg
    cpus: 1
    memory: 2048
    disk: "10GB"
    service_name: "ffmpeg"
    forward_ports: