[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2011-10-05 Thread Andy Grimm
** Changed in: eucalyptus/1.6
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/444838

Title:
  If the CC and CLC are on different machines, meta-data service is
  unreachable by nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/444838/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-13 Thread Thierry Carrez
Fix is incomplete, per upstream, and fully fixed in rev923

** Changed in: eucalyptus (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: eucalyptus (Ubuntu)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-13 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = In Progress

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-13 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr930-0ubuntu1

---
eucalyptus (1.6~bzr930-0ubuntu1) karmic; urgency=low

  [ Dustin Kirkland ]
  * debian/eucalyptus-url, debian/eucalyptus-cc.install,
debian/eucalyptus-cc.links, debian/eucalyptus-cc.postinst::
- fix whitespace, to match other update-motd urls LP: #450449
- link to ubuntu.com/cloud, which links to our documentation,
  necessary for new UEC admins
- ensure that it gets installed with executable permissions,
  LP: #444970
  * debian/eucalyptus-udeb.finish-install: fix typo; fix breakage of
/etc/network/interfaces when nodes are configured with static IP
addresses, LP: #446023
  * eucalyptus-cc.upstart,
eucalyptus-cloud.eucalyptus-cc-registration.upstart,
eucalyptus-cloud.eucalyptus-sc-registration.upstart,
eucalyptus-cloud.eucalyptus-walrus-registration.upstart,
eucalyptus-sc.upstart, eucalyptus-walrus.upstart, rules, control:
- registration of cc/sc/walrus should *only* ever occur on the CLC,
  so these scripts should be moved to the eucalyptus-cloud package,
  LP: #450815
- starting cc/sc/walrus should *not* depend on eucalyptus-cloud
  running, since these components can be installed on separate
  machines, LP: #450777
- but if cc/sc/walrus are on a system doing registration, ensure that
  these jobs kick off when starting registration
- allow for whitespace separated list of $CC_IP_ADDR and $SC_IP_ADDR,
  as there can be more than one of these, and admins in multi-cluster
  or multi-component mode would need to register a list
- use Replaces to ensure upgrades work properly
  * debian/eucalyptus-ipaddr.conf: update inline documentation accordingly
  * debian/eucalyptus-cc.templates: update public_ips instructions in the
installer to match the new upstream implementation, LP: #438565
  * eucalyptus-common.eucalyptus.upstart: fix unclean package purging,
which hangs on stopping eucalyptus service

  [ Upstream ]
  * Merge upstream revision 930
  * This snapshot is expected to fix the following bugs:
- LP: #449944 - fixes remote component bootstrap issue
- LP: #430852, #401996 - fix handling of security groups for the admin
- LP: #449948 - fix issues with network index and address recovery after
  a system restart
- LP: #398867 - fix storing VLAN tag info from web ui
- LP: #430266 - fix setting of HTTP error codes
- LP: #449948 - part of fix to LP:#449948 the CC now correctly sets the
  networkIndex field in the reponse message of describeInstances
- LP: #438565 - allowing a range of IPs to be specified in the
  VNET_PUBLICIPS field of eucalyptus.conf
- LP: #449143 - Add the 169.254.169.254 address to eth0 as 'scope link'
  in order to avoid conflict with the UEC avahi-publish mechanism
- LP: #449135 - Prevents a segfault in CC during client connection to NC
  on describeInstances, when number of instances is high ( 20 or so).
  The number of bytes sent to 'malloc' was being calculated incorrectly.
- LP: #444838 - fix to fully allow VMs to access meta-data service in
  MANAGED-NOVLAN, when CC and CLC are on separate machines, and
  VNET_CLOUDIP is set (more complete fix)
- LP: #447555 - off-by-one error was causing the public IPs in STATIC
  mode to be reported incorrectly (last character was being truncated)
- LP: #447585 - flush cached images on deregister
- LP: #439410 - Add retry in the case where walrus responds to
  getDecryptedImage with a 408 (connection timeout)

 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 13 Oct 2009 23:03:15
-0500

** Changed in: eucalyptus (Ubuntu)
   Status: In Progress = Fix Released

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-07 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus (Ubuntu)
   Status: New = In Progress

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Low

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-07 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: In Progress = Fix Committed

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 444838] Re: If the CC and CLC are on different machines, meta-data service is unreachable by nodes

2009-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr916-0ubuntu1

---
eucalyptus (1.6~bzr916-0ubuntu1) karmic; urgency=low

  * Merge upstream revision 916
  * This snapshot is expected to fix the following bugs:
- LP: #443314 - fix system address selection
- LP: #443325 - fix regression in heartbeat, fix NPE in system mode
- LP: #444838 - fix meta-data service in multi-cluster
- LP: #444908 - fix running instances on multi-cluster
- LP: #445206 - fix remote bootstrap on walrus+sc
  * debian/eucalyptus-cc.eucalyptus-cc-publication.upstart,
debian/local/euca_find_cluster.c: when doing the avahi-publish, use
$CC_IP_ADDR rather than $(hostname) for the name of the service;
use this ip address in the case where euca_find_cluster gets the
link-local 169.254.169.254 address, LP: #445738

 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 07 Oct 2009 20:01:56
-0500

** Changed in: eucalyptus (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
If the CC and CLC are on different machines, meta-data service is unreachable 
by nodes
https://bugs.launchpad.net/bugs/444838
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs