Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudfoundry/stratos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: cloudfoundry/stratos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 27, 2017

  1. Helm repository updated for tag: 0.9.0

    concourse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    818f34b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Docs small change (#1201)

    * Adding missing repo name. Small tidy ups
    
    * Fixed typos and broken link
    nwmac authored and Irfan Habib committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5331199 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Enable Console do be deployed in K8s clusters without shared storage …

    …provisioners (#1204)
    
    * Enable Console do be deployed in K8s clusters without shared storage provisioners
    
    * Update Readme
    Irfan Habib authored and richard-cox committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    66d4c37 View commit details
    Browse the repository at this point in the history
  2. Force the console cf app to use the cflinuxfs2 stack (#1205)

    - We use a multi-buildpack to build the console
    - The cf multi-buildpack does not support system buildpacks, in the scf
    world these would be compatible with scf's opensuse42 stack
    - So we specify the use of standard cf buildpaForce the console cf app to use the cflinuxfs2 stack
    - We use a multi-buildpack to build the console
    - The cf multi-buildpack does not support system buildpacks, in the scf
    world these would be compatible with scf's opensuse42 stack
    - So we specify the use of standard cf buildpacks, which are incompatible
    with opensuse42, so need to force the use of cflinuxfs2
    - We've also tried setting the scf buildpacks in the multo-buildpack however
    get an error. We should look into this and once resolved apply that change and
    revert this PR. Alternatively get the multi-buildpack to support system
    buildpacks.cks, which are incompatible with opensuse42, so need to force
    the use of cflinuxfs2.
    richard-cox authored and Irfan Habib committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    ea81d09 View commit details
    Browse the repository at this point in the history
  3. Point PGDATA to the root of the volume mount (#1203)

    At least with Kubernetes 1.6 a hostPath volume mount will be owned
    by root and have 750 permissions.
    
    The docker-entrypoint.sh script will try to assign ownership to the
    postgres user:
    
    	mkdir -p "$PGDATA"
    	chmod 700 "$PGDATA"
    	chown -R postgres "$PGDATA"
    
    But this is insufficient if PGDATA points to a subdirectory of the
    mount directory since the postgres user doesn't have "execute"
    permission and therefore cannot reach the data directory.
    jandubois authored and Irfan Habib committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    c41568e View commit details
    Browse the repository at this point in the history
Loading