Skip to content

instancehome as base is insufficiant to tag instance_name #19

@jensens

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.

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