[GitHub] rhtyd closed pull request #2: Add python-setuptools to yum install command.

2018-08-23 Thread GitBox
rhtyd closed pull request #2: Add python-setuptools to yum install command.
URL: https://github.com/apache/cloudstack-documentation/pull/2
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/source/installguide/building_from_source.rst 
b/source/installguide/building_from_source.rst
index 508899d..75e4d33 100644
--- a/source/installguide/building_from_source.rst
+++ b/source/installguide/building_from_source.rst
@@ -348,7 +348,7 @@ Linux.
 
 .. parsed-literal::
 
-   # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql 
mysql-server ws-commons-util MySQL-python createrepo
+   # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql 
mysql-server ws-commons-util MySQL-python python-setuptools createrepo
 
 Next, you'll need to install build-time dependencies for CloudStack with
 Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services


Re: CloudStack DNS names to PowerDNS export

2018-08-23 Thread Wido den Hollander
On 08/21/2018 07:45 AM, Ivan Kudryavtsev wrote:
> Hello, users, devs.
> 
> We developed a small service for the creation of DNS records (A, , PTR)
> in the PowerDNS and published it in the GitHub:
> 
> https://github.com/bwsw/cs-powerdns-integration
> 

That seems very nice. Very nicely done. I like PowerDNS :-)

Wido

> Licensed under Apache 2 License.
> 
> *Rationale*
> 
> CloudStack VR maintains DNS A records for VMs but since VR is an ephemeral
> entity which can be removed and recreated, which IP addresses can be
> changed, it's inconvenient to use it for zone delegation. Also, it's
> difficult to pair second DNS server with it as it requires VR hacking. So,
> to overcome those difficulties and provide external users with FQDN access
> to VMs we implemented the solution.
> 
>