Skip to content

Salt state pip.installed not available in Travis trusty builds #22

Description

@sdodsley

It appears that the Salt deployment in the Trusty builds in Travis is not correct.

Get the following error when running a build:

       ----------
                 ID: purestorage
           Function: pip.installed
             Result: False
            Comment: State 'pip.installed' was not found in SLS 'cinder.volume'
              Reason: 'pip.installed' is not available.
            Changes: 

The change that causes this to fail is the following added in the cinder\volume.sls state file:

{%- if backend.engine == 'pure' %}
 
 pureclient:
   pkg.installed:
     - names:
       - python-pip
 
 purestorage:
   pip.installed:
     - name: purestorage
     - require:
       - pkg: pureclient
 
 {%- endif %}

This change builds fine in Xenial.

The change is in PR#21

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions