[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-16 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-645108796


   @blueorangutan test



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-15 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-644551361


   @blueorangutan package
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-15 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-644527187


   @shwstppr @davidjumani good work both! Please keep it as a draft until 
testing validates, thanks cc @borisstoyanov @vladimirpetrov
   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-11 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-643071390


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-11 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-642536665


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-09 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-641172607







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-07 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-640316222


   @shwstppr @davidjumani can you fix/pull the change from 
https://github.com/apache/cloudstack/pull/4094 (I'll close #4094 once that 
snasphot issue has been addressed in this PR)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-04 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-639166423


   @blueorangutan package
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-06-03 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-638560036


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-05-26 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-634435612


   @shwstppr with https://github.com/apache/cloudstack/pull/4092 merged, move 
any sql changes to the specific 4.14->4.15 upgrade path.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-05-26 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-633934327


   @shwstppr @davidjumani as part of your testing, see if 
https://github.com/apache/cloudstack/pull/4094 fixes the volume snapshot issue 
without introducing any new regression.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on pull request #4068: Adding Centos8 Support

2020-05-19 Thread GitBox


rhtyd commented on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-630732996


   Notes on CentOS8:
   ```
   network setup:
   
   nmcli conn show --active 
  
   nmcli conn add type bridge autoconnect yes con-name cloudbr0 ifname cloudbr0 

   
   nmcli conn modify cloudbr0 ipv4.addresses '172.20.1.10/16'   
  
   nmcli conn modify cloudbr0 ipv4.gateway '172.20.0.1' 
  
   nmcli conn modify cloudbr0 ipv4.dns '8.8.8.8'
  
   nmcli conn modify cloudbr0 ipv4.method manual
  
   nmcli conn add type ethernet slave-type bridge con-name bridge-cloudbr0 
ifname eth0 master cloudbr0
   nmcli conn add type bridge-slave ifname eth0 master cloudbr0 
  
   nmcli conn up cloudbr0
   
   libvirtd:
   # Setup libvirtd 
  
   cat > /etc/libvirt/libvirtd.conf < dnf install chrony
  
   # systemctl start chronyd
  
   # systemctl status chronyd   
  
   # systemctl enable chronyd 
   
   Missing:
   Missing: python-argparse python-netaddr bridge-utils libvirt-python  
  
   For marvin: Error: Unable to find a match: python-pip pyOpenSSL 
python-paramiko python-setuptools python-devel mysql-connector-python
   
   First install:
   yum install epel-release 
  
   
   cloudstack-common:
   python3-libvirt
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org