Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2e2b9a9
Update README.md
ksrinimba Jul 21, 2022
26c4373
Update inputcm.yaml
ksrinimba Jul 21, 2022
1ce6195
Initial commit
ksrinimba Jul 21, 2022
411528d
Update spinnakerconfig.yml
ksrinimba Jul 21, 2022
20917e5
Update spinnakerconfig.yml
ksrinimba Jul 21, 2022
c421676
Update README.md
ksrinimba Jul 21, 2022
cbec857
3.11 refactored
saitejaopsmx Jul 21, 2022
2f9b3bc
Updated the files
saitejaopsmx Jul 21, 2022
5919bb3
updated the pvc names and refactored few files
saitejaopsmx Jul 21, 2022
259e9c4
Corrected URLs for ISD
ksrinimba Jul 21, 2022
7043f2b
Merge branch '3.11' of https://github.com/OpsMx/standard-isd-gitops i…
ksrinimba Jul 21, 2022
058c309
Added the docker file scripts and updated the dbmigration scripts and…
saitejaopsmx Jul 21, 2022
38d9553
Renamed files and folders for upgrade
ksrinimba Jul 22, 2022
c3c6a19
Renamed files and folders for upgrade, set defaults in inputcm
ksrinimba Jul 22, 2022
ed764d4
Renamed serviceacc to isd-install
ksrinimba Jul 22, 2022
5a83c47
Renamed serviceacc to isd-install
ksrinimba Jul 22, 2022
2ef9f7d
Create README.md
ksrinimba Jul 22, 2022
f1fb947
Removed renamed/moved files
ksrinimba Jul 22, 2022
afac5ea
udpated the scripts and files
saitejaopsmx Jul 25, 2022
b302197
updated the dbscript and removed the namespace
saitejaopsmx Jul 25, 2022
9c149f6
udpated the kubectl command
saitejaopsmx Jul 25, 2022
ad282f7
udapted the image
saitejaopsmx Jul 25, 2022
5b629cf
Merge branch '3.11' into 3.11
saitejaopsmx Jul 25, 2022
5088b85
Delete DBbackup directory
saitejaopsmx Jul 25, 2022
38f8c54
Update upgrade-inputcm.yaml
saitejaopsmx Jul 25, 2022
0741f6a
renamed the chart version
saitejaopsmx Jul 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MISC/sample-secret-decode.inputfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
imageCredentials:
password: Kambh12# # Quay password
keyStorePassword: encrypted:samljks-password:password
branch: master
2 changes: 1 addition & 1 deletion MISC/secret-decoder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# PLEASE REPLACE the KUBECTL command below as required
# Also, change SEDCHAR to a charected that is NOT present in any of the secret-values
################################################################################
KUBECTL="kubectl"
KUBECTL="kubectl -n oes3952"
SEDCHAR="?"
echo "##########Replacing Secrets#########"
while IFS= read -r line ; do
Expand Down
46 changes: 46 additions & 0 deletions MISC/tmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Pod to create sampleapp in Spinnaker. This should automatically happen
# During installation. However, if there is a failure, this pod can be run to re-execute
# the script that will re-create sampleapp from opsmx/sampleapp repo
# Please REPLACE "test" (all occurences) with name of the RELEASE if required
# and execute the following command, replacing the namespace accordingly:
#
# kubectl replace --force -f create-sample-app.yaml -n opsmx-test
#
apiVersion: batch/v1
kind: Job
metadata:
name: "test-create-sample-app"
spec:
template:
spec:
serviceAccountName: test-spinnaker-halyard
securityContext:
fsGroup: 1000
runAsUser: 1000
restartPolicy: OnFailure
volumes:
- name: halyard-config
configMap:
name: test-spinnaker-halyard-config
- secret:
secretName: test-spinnaker-spin-config
name: spin-config
- configMap:
defaultMode: 420
name: test-spinnaker-spin-pipeline-import
name: spin-pipeline-import
- name: spin-pipeline-config
emptyDir: {}
containers:
- command: ["sleep","infinity"]
#- bash
#- /tmp/config/spin-pipeline-import.sh
name: sample-pipeline-install
image: quay.io/opsmxpublic/spin-sample-pipeline:1.0
volumeMounts:
- name: spin-pipeline-config
mountPath: /tmp/config/git
- mountPath: /tmp/config
name: spin-pipeline-import
- mountPath: /tmp/config/spin
name: spin-config
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Instructions basic requirements of a laptop and cluster can be found [here](http

1. Create an empty-repo (called the "gitops-repo" in the document), "main" branch should be the default, and clone it locally
2. Clone https://github.com/OpsMx/standard-isd-gitops, selecting the appropriate branch:
- `git clone https://github.com/OpsMx/standard-isd-gitops -b 3.12`
- `git clone https://github.com/OpsMx/standard-isd-gitops -b 3.11`

3. Copy contents of the standard-isd-repo to the gitops-repo created above using:

Expand Down Expand Up @@ -89,6 +89,10 @@ Use the following command (replace isd below with the helm release-name) to chec

If the clone is not happening correctly, please check your values.yaml git user, token, repo, branch etc. For those interested, the script can be found in the isd-spinnaker-halyard-init-script

## Only clouddriver and igor pods are in error/crashloop
This is usually caused by incorrect "branch". Ensure that the "default" label in default/profiles/spinnakerconfig.yml is "main" or whatever branch you are using. Once corrected, restart the halyard pod by deleting it e.g.:
- `kubectl -n opsmx-isd delete po isd-spinnaker-halyard-0`

# Cleaning up/Delete the installation

Issue these commands, replace -n option with the namespace
Expand Down
2 changes: 1 addition & 1 deletion SAMPLES/agent-config/deploy-service-config-k8s-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
agent.opsmx.com/role: agent
data:
services.yaml: |
outgoingServices:
services:
- name: demo-cluster
type: kubernetes
enabled: true
Expand Down
32 changes: 0 additions & 32 deletions SAMPLES/values-yamls/easy-values-gitlab.yaml

This file was deleted.

13 changes: 10 additions & 3 deletions SAMPLES/values-yamls/easy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@
# c) Follow the installation instructions to experience the next generation of Software Delivery
#
global:
createIngress: true
gitea:
certManager:
installed: false
ssl:
enabled: false

spinDeck:
protocol: http
host: spin.isd-pov.example.com # REPLACE if you have DNS access, else use hosts file entries
## OES-UI url configuration
oesUI:
protocol: http
host: oes.isd-pov.example.com # REPLACE if you have DNS access, else use hosts file entries
## OES-Gate url configuration
oesGate:
protocol: http
host: oes-gate.isd-pov.example.com # REPLACE if you have DNS access, else use hosts file entries

spinnaker:
gitopsHalyard:
Expand Down
22 changes: 0 additions & 22 deletions clouddriver-local.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ deploymentConfigurations:
apiSecurity:
ssl:
enabled: false
overrideBaseUrl: /gate/
overrideBaseUrl: PROTOCOL://OVERRIDE_API_URL
uiSecurity:
ssl:
enabled: false
Expand Down
2 changes: 0 additions & 2 deletions default/profiles/front50-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ policy:
opa:
enabled: true
url: http://oes-sapor:8085
migrations:
migrateToManagedServiceAccounts: false
Loading