[Bug 1657305] Re: percona cluster getting wrong private ip

2017-09-12 Thread James Page
** Changed in: charm-nova-compute
Milestone: 17.08 => None

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-05-15 Thread James Page
** Changed in: charm-nova-compute
Milestone: 17.05 => 17.08

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-03-02 Thread James Page
** Changed in: charm-percona-cluster
   Status: New => Fix Released

** Changed in: charm-percona-cluster
Milestone: None => 17.02

** Changed in: charm-nova-compute
Milestone: None => 17.05

** Changed in: charm-percona-cluster
   Importance: Undecided => High

** Changed in: charm-percona-cluster
 Assignee: (unassigned) => David Ames (thedac)

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-02-23 Thread James Page
** Changed in: percona-cluster (Juju Charms Collection)
   Status: Fix Committed => Invalid

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-02-23 Thread James Page
** Changed in: charm-nova-compute
   Importance: Undecided => High

** Changed in: charm-nova-compute
   Status: New => Triaged

** Changed in: nova-compute (Juju Charms Collection)
   Status: Triaged => Invalid

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-02-02 Thread James Page
** Changed in: nova-compute (Juju Charms Collection)
   Importance: Critical => High

** Changed in: nova-compute (Juju Charms Collection)
   Status: Confirmed => Triaged

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/opnfv/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-01-25 Thread James Page
** Changed in: percona-cluster (Juju Charms Collection)
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/opnfv/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-01-25 Thread James Page
In the scope of the percona-charm, we see two problems:

a) the network space binding for the cluster relation is not being used
for the local wsrep address for mysql (although the cluster relation
space binding is used to build the list of hosts participating in the
cluster).  This might not actually impact function

b) for the db and db-admin relations, network space binding is not
supported - however this is relatively easy to switch based on the fact
that the shared-db relation already dtrt.

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/opnfv/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-01-25 Thread James Page
I appreciate the need to move charms to the network-get --primary-
address charm hook tool to support use of network spaces, but I still
feel that there might be a 'undefined behaviour' use case in this code
path.

If a user does not bind a relation or extra-binding, then what gets
returned from network-get --primary-address ?  Does the
unbound, default, behaviour mimic what unit-get private-address does?

** Package changed: juju-core (Ubuntu) => juju (Ubuntu)

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/opnfv/+bug/1657305/+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 1657305] Re: percona cluster getting wrong private ip

2017-01-24 Thread James Page
Larry - for percona-cluster, you'll need to provide a binding for the
shared-db relation to oil as well; no need to use the access-network
configuration option (infact that prevents the use of juju network space
binding in the charm).

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

Title:
  percona cluster getting wrong private ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/opnfv/+bug/1657305/+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