Hi there,
First of all, thank you for your software factory deployment, it has been very 
useful for us.  You are an awesome team!
We are a R&D team from Altran and we installed the Software Factory as our 
DevOps system. During its installation we found some errors. We attach a file 
with our architecture.

-          Gerrit: Need create the directory /manages/.ssh.

-          Install the request packages in nodepool and zs VMs

-          We needed reboot the machines before the tests.

-          elk VM ports: 9200/tcp and 8086/tcp

-          managesf VM ports: 20001/tcp, 64738/tcp and 64738/udp

-          zs VM ports: 9000/tcp and 4730/tcp

-          The file /etc/hosts of the hypervisor VM needs to be written as the 
others

-          Storyboard: Rabbitmq-server needs to be started and enabled

-          Repoxplorer: file /etc/repoxplorer/config.py and 
/etc/repoxplorer/default.yaml need 777 permissions

-          Zuul: 'zuul'@'zs_ip' needs to be created
We change some things in your Ansible to repair these problem in this specific 
architecture. Do you want these files? It is the least that we can do.
Thank you very much and sorry for the inconveniences.
Best Regards.

---
inventory:
  - name: managesf
    ip: 10.6.71.51
    roles:
      - install-server
      - mysql
      - zookeeper
      - gateway
      - cauth
      - gitweb
      - gerrit
      - managesf
      - repoxplorer
      - etherpad
      - kibana
      - lodgeit
      - grafana
      - storyboard
      - storyboard-webclient

  - name: elk
    ip: 192.168.71.52
    roles:
      - logserver
      - elasticsearch
      - logstash
      - influxdb

  - name: zs
    ip: 192.168.71.53
    roles:
      - zuul-scheduler
      - zuul-web
      - nodepool-launcher

  - name: ze01
    ip: 192.168.71.54
    roles:
      - zuul-executor

  - name: nodepool
    ip: 192.168.71.55
    roles:
      - nodepool-builder

  - name: hypervisor
    ip: 192.168.71.56
    max-servers: 12
    remote: true
    roles:
      - hypervisor-runc
_______________________________________________
Softwarefactory-dev mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/softwarefactory-dev

Reply via email to