Skip to content

Add open-iscsi and nfs-common to ubuntu stemcells #435

Description

@gberche-orange

As a bosh release author,
In order to leverage software-defined storage systems such as requested in #87 or longhorn requiring open-iscsi
I need the open-iscsi package to be installed in ubuntu stemcells

This is currently the case in softlayer stemcells but not in bosh-vsphere-esxi-ubuntu-jammy-go_agent (e.g. 1.829)

context 'installed by system_softlayer_open_iscsi', {
exclude_on_alicloud: true,
exclude_on_aws: true,
exclude_on_cloudstack: true,
exclude_on_google: true,
exclude_on_vsphere: true,
exclude_on_vcloud: true,
exclude_on_warden: true,
exclude_on_openstack: true,
exclude_on_azure: true,
} do
describe package('open-iscsi') do
it { should be_installed }
end
end

Bosh releases have to carry the burden of stemcell dependent iscii package compilation. See cloudfoundry/nfs-volume-release#682 and https://github.com/cloudfoundry/nfs-volume-release/commits/develop/packages/nfs-debs/packaging

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

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions