Github user ustcweizhou commented on the issue:
https://github.com/apache/cloudstack/pull/1736
@SudharmaJain I can reproduce this issue sometimes, but I donot think this
PR can fix the issue.
Because the file /etc/dhcpopts.txt is not used after VR refactoring in
cloudstack 4.6.
GitHub user murali-reddy opened a pull request:
https://github.com/apache/cloudstack/pull/1757
CLOUDSTACK-9583: VR: In CsDhcp.py preseed both hostaname and localhost to
resolve to 127.0.0.1
The VR executes a ip route flush command as part of configurations. This
command p
Github user murali-reddy commented on the issue:
https://github.com/apache/cloudstack/pull/1750
opened #1757 targeting 4.8 so closed this PR
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have th
Github user murali-reddy commented on the issue:
https://github.com/apache/cloudstack/pull/1757
@blueorangutan package
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1757
@murali-reddy a Jenkins job has been kicked to build packages. I'll keep
you posted as I make progress.
---
If your project is set up for it, you can reply to this email and have your
rep
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1757
Packaging result: âcentos6 âcentos7 âdebian. JID-160
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project d
Github user murali-reddy commented on the issue:
https://github.com/apache/cloudstack/pull/1757
@blueorangutan test
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wi
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1757
@murali-reddy a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has
been kicked to run smoke tests
---
If your project is set up for it, you can reply to this email and have your
r
GitHub user nitin-maharana opened a pull request:
https://github.com/apache/cloudstack/pull/1758
CLOUDSTACK-9588: Add Load Balancer functionality in Network page is
Redundant.
Steps to Reproduce:
Network -> Select any network -> Observer Add Load Balancer tab
The "Add Load B
Hi Wei,
Thanks for your suggestion, will test.
I found another problem -- it seems that password reset function also works
only for VMs on the first subnet (X.X.202.*) but not on second subnet
(X.X.203.*) onwards, any file I can modify to add the additional subnets so
that password reset can work
The password server depends on the dhcp services.
The vm fetch the dhcp ip at first, then get the password from dhcp server
(=password server).
If dhcp does not work, then password server will not work as well.
-Wei
2016-11-10 11:29 GMT+01:00 Cloud List :
> Hi Wei,
>
> Thanks for your suggestion
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1752
Trillian test result (tid-334)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 24391 seconds
Marvin logs:
https://github.com/blueoranguta
Hi Wei,
In this case, dhcp works, and the server is up and running. But password
reset doesn't work. What could be the reason?
Thanks.
On Thu, Nov 10, 2016 at 7:01 PM, Wei ZHOU wrote:
> The password server depends on the dhcp services.
> The vm fetch the dhcp ip at first, then get the password
The password server in VR is implemented by apache2.
you can have a look at configuration files in /etc/apache2/ (ports.conf,
sites-available/default, etc)
you will notice that the server listens at the 80 port of default IP of VR.
However, the VM in non-default ip subnets cannot reach the defaul
Github user krissterckx commented on the issue:
https://github.com/apache/cloudstack/pull/1578
@jburwell @rhtyd
I would appreciate your feedback.
This PR is pending from early June, and we have more PR's pending.
Thanks,
Cheers
Kris Sterckx
Nuag
Hi Wei,
Thanks for your reply.
You are right, when I tried to access the other subnet IP on port 80, it
got connection refused. I have modified the Apache configuration to add the
port and virtualhost configuration and we are now able to access the other
subnet IP on port 80.
root@test-40g-root-
GitHub user yvsubhash opened a pull request:
https://github.com/apache/cloudstack/pull/1759
CLOUDSTACK-9589 vmName entries from host_details table for the VM's wâ¦
CLOUDSTACK-9589 vmName entries from host_details table for the VM's whose
state is Expunging should be deleted during
Hi,
There seems to be a bug or incorrect settings in the Jira CS project. As
public user I can only see 6 open issues and the latest update on an issue
is from February 2016 on the project dashboard. If I log in, I have a
correct project dashboard with 1800+ open issues.
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1752
Trillian test result (tid-333)
Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
Total time taken: 30626 seconds
Marvin logs:
https://github.com/blueoran
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1752
Trillian test result (tid-335)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 32338 seconds
Marvin logs:
https://github.com/blueoranguta
Sorry what I said in previous reply is wrong. The 80 port /apache2 are used
for ssh-key server, not password server.
For password server, there should be a passwd_server_ip.py running with
corresponding ip.
The password server will listen the 8080 port, and cache the vm password in
/var/cache/clou
Github user blueorangutan commented on the issue:
https://github.com/apache/cloudstack/pull/1753
Trillian test result (tid-332)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 37735 seconds
Marvin logs:
https://github.com/blueoranguta
Hi Wei,
Thanks for your reply.
I ran the command and it seems to be running very long without any
response. Does it take time to execute, or is it supposed to run in
background? e.g. shall I run with & option instead?
/bin/bash /opt/cloud/bin/passwd_server_ip X.X.203.2 &
Here's the result:
roo
Hi Wei,
Just to let you know that the workaround you have suggested fixes the
problem.
/bin/bash /opt/cloud/bin/passwd_server_ip X.X.203.2 &
Many thanks! Greatly appreciated.
Cheers.
On Fri, Nov 11, 2016 at 3:49 AM, Cloud List wrote:
> Hi Wei,
>
> Thanks for your reply.
>
> I ran the comman
You are welcome!
Good to know it.
-Wei
2016-11-10 21:01 GMT+01:00 Cloud List :
> Hi Wei,
>
> Just to let you know that the workaround you have suggested fixes the
> problem.
>
> /bin/bash /opt/cloud/bin/passwd_server_ip X.X.203.2 &
>
> Many thanks! Greatly appreciated.
>
> Cheers.
>
>
> On Fri,
25 matches
Mail list logo