Skip to content

instancehome as base is insufficiant to tag instance_name #19

Description

@jensens

This works with one buildout creating several instances and run them on one machine.

It does not work:

  • same buildout on several severs
  • with docker images

code see

configuration = getConfiguration()
tags = {}
instancehome = configuration.instancehome
tags["instance_name"] = instancehome.rsplit(os.path.sep, 1)[-1]

This probably needs some conceptual work to get this right.
I consider this as a bug with low importance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions