bennerv
985dbe637f
Add changefeed to track supported and enabled OCP versions in frontend
2022-09-21 09:38:24 -04:00
Karan Magdani
547800dafb
Private CI-E2E Clusters, Pipeline with dynamic peering. Simply Secure
...
Signed-off-by: Karan <kmagdani@redhat.com>
2022-09-21 09:04:03 -04:00
Ross Bryan
3f4cc14bf4
add doc example to populate the openshiftversions container
2022-09-20 11:56:02 -04:00
Ross Bryan
0ef1dde3b9
update examples, address feedback, make client
...
Co-authored-by: Spencer Amann <samann@redhat.com>
refactor
2022-09-14 10:26:47 -04:00
Ross Bryan
2d076a8242
create clustermanager api definitions, wire up cosmosdb
2022-09-14 09:57:29 -04:00
Shivkumar Anil Ople
a65c56c6c7
Corrected typo, Resize Master Node section ( #2388 )
2022-09-12 12:01:31 -04:00
Brendan Bergen
bb5a8c3f3f
initial docs
2022-08-30 12:44:33 -06:00
tschneid
1cf72c9b39
update pipeline to only generate release notes
...
update release documentation
2022-08-15 20:41:37 -05:00
Ben Vesel
14e29d7a4d
Merge pull request #2315 from SudoBrendan/y-version-docs
...
Updating docs for applying patches to installer-aro
2022-08-10 12:04:56 -04:00
Brendan Bergen
b61006646e
more clarity on git cherry-pick
2022-08-08 16:44:56 -06:00
Brendan Bergen
e22fd34879
Updating docs for applying patches to installer-aro
2022-08-08 16:14:49 -06:00
Ross Bryan
8818c2f133
update aad group name
2022-07-21 16:33:01 +01:00
Nont
de7083eb9b
Update changes required for Microsoft Graph ( #2169 )
...
Co-authored-by: Nont <nthanonchai@microsoft.com>
2022-07-21 10:57:00 -04:00
Srinivas Atmakuri
87a6a7f919
Docs: Add step to Stop/Start/resize dev cluster VM ( #2272 )
...
updates the docs to add CURL calls to start, Stop and
resize VM of a dev cluster using local-rp
2022-07-21 10:38:03 -04:00
Ben Vesel
c0891e4ce3
Merge pull request #2259 from SrinivasAtmakuri/doc-dev-rp-redeployvm
...
Doc: add step to Re-deploy VM of a dev cluster
2022-07-20 15:03:44 -04:00
Mikalai Radchuk
5ab9a3e095
Vendoring: update Hive to the latest version ( #2263 )
...
* Updates vendoring docs and scripts
* Makes use of `go mod tidy -compat=1.17`:
we do not have to be compatible with prior versions.
Saves a bit of headache when dealing with dependencies.
* Makes `hack/update-go-module-dependencies.sh` ignore `github.com/openshift/hive`:
it is not part of OCP dependencies and is not following `release-4.Y` branching.
We want to update it separately.
* Vendoring: update Hive to the latest version
* make generate
2022-07-19 13:44:23 -04:00
Srinivas Atmakuri
7063a9627c
Doc: add step to reploy VM of a dev cluster
...
Added the curl call to redeploy VM of dev cluster
using local RP.
2022-07-19 14:36:54 +05:30
tschneid
7b6138505e
Replace go-bindata with go:embed in pkg/deploy
2022-07-15 09:51:26 -05:00
Amber Brown
c9366e811b
Merge pull request #2235 from CloudFitSoftware/zjones/private_cluster_flag
...
Add Private Cluster Flag for Local Development
2022-07-13 14:10:24 +10:00
Zach Jones
061f52bd45
feat: added private cluster flag for local development
2022-07-07 15:53:51 -06:00
Jason Healy
e2093f95da
E2E scripting and documentation improvements ( #2228 )
...
* prevent terminal from closing after unsuccessful source
* CLUSTER needs to be set locally
2022-07-07 11:26:26 -04:00
Caden Marchese
6544bcd2c5
Remove 3rd party dependencies: dockerfile registry arg ( #2126 )
...
* allow args in Dockerfiles, change pull references
* add new Dockerfile for OBP, adjust template
remove debugging code
2022-06-24 14:40:13 -04:00
Ross Bryan
f8a1bc45e5
add docs, script, and makefile to log into/use shared cluster ( #2187 )
2022-06-24 08:34:53 -04:00
David Newman
657e4f38be
Hive AKS development environment deploy ( #2171 )
...
* Add hive config generation script
* Script to install hive into the AKS dev environments
* Add note about semi-scientific container image search
* Vanilla hive config gleaned from app-sre config
* Initial OCP 4.10.15 image set
* Ignore the generated hive config files
* Check for crds folder and ask to re-running install
* Add docs
* Add newline to yaml EOF
* Spelling is clearly hard at this hour...
* Fix typo, grammer, and spelling
* Use the shell var instead
* Use the expanded output variable syntax. No lazy typing :)
* Use 1's for all error exit's
* Fix make aks.kubeconfig in docs/hive.md
Co-authored-by: Spencer Amann <samann@redhat.com>
* Fix hive docs kubeconfig typo
* Use HIVE_IMAGE_COMMIT_HASH in the HIVE image and comments for popd/pushd
* Update docs to reflect the use of the HIVE_IMAGE_COMMIT_HASH define
Co-authored-by: Spencer Amann <samann@redhat.com>
2022-06-16 20:03:21 -04:00
darthhexx
a8decc75aa
Delegate pod subnet and wire up the AzureSecrets identity for keyvault access.
2022-06-07 12:41:14 +10:00
darthhexx
fff870fd01
Documentation on accessing the private AKS cluster via the VPN for oc or direct SSH access.
2022-06-07 12:41:14 +10:00
David Newman
ac78ec518b
Merge pull request #2127 from Azure/minor-change-in-deploy-dev-rp
...
Minor change in deploy-dev-rp.md
2022-06-06 15:19:37 +10:00
Anshul Verma
a1a7444e0b
add: Getpodlogs kubeaction api ( #1885 )
2022-06-02 11:56:07 +02:00
Ulrich Schlueter
5bb1018ad4
Add an option to send metrics via UDP instead of Unix Domain Sockets ( #2074 )
2022-05-31 11:08:55 +01:00
Jeremy Facchetti
8d6d4c3a95
added yaml lint ( #2132 )
...
* added yaml lint
* updated the doc
2022-05-27 13:10:11 -04:00
darthhexx
34e3ac6f50
Update documentation for Go 1.17 and installer 4.10
2022-05-25 14:49:46 +10:00
bennerv
6bc2f3cef1
Add documentation outlining our keyvaults, certificates, and secrets
2022-05-19 08:13:07 +02:00
Srinivas Atmakuri
cd57f040f6
Minor change in deploy-dev-rp.md
2022-05-16 12:18:31 +05:30
Caden Marchese
7711275447
Add improvements to `deploy-full-rp-service-in-dev.md` doc ( #2048 )
...
* Add improvements to full rp service doc
* Update docs/deploy-full-rp-service-in-dev.md
Co-authored-by: Spencer Amann <samann@redhat.com>
2022-05-12 09:59:37 -04:00
Shawn Bai
5404012838
Added a new function for a hardcoded filter of namespaces ( #1994 )
2022-05-09 09:41:42 +01:00
Ben Vesel
25ff8da9d0
Merge pull request #2073 from karanmagdani/karan/dev-migration
...
Development subscription migration
2022-05-03 15:05:15 -04:00
Karan.Magdani
cf390b48fa
prepare for dns migration
...
Signed-off-by: Karan.Magdani <kmagdani@redhat.com>
2022-05-02 11:49:10 -07:00
Corey Perkins
ac29d5b209
Small updates to shared rp docs ( #2079 )
...
"note" syntax adjustments
Small updates to shared rp docs from working sessions
added note related to gwy keyvault not being in dev
Update docs/prepare-a-shared-rp-development-environment.md
Language adjustment.
Committing syntax change per Caden's suggestion.
Co-Authored-By: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2022-05-02 10:44:46 -04:00
Ben Vesel
c6bfe6fddc
update reference to cloud.redhat.com in README file ( #2085 )
2022-04-25 21:17:06 -04:00
Karan.Magdani
8acace0bd4
Development subscription migration
2022-04-21 13:19:58 -07:00
Mikalai Radchuk
d6d0b3e01f
Updates dev env docs
...
* Removes mention of Python virtualenv as it comes by default with Python 3
* Updates macOS docs to make sure that steps work for Intel and ARM macs
* Markdown formatting fixes
2022-04-13 11:31:06 +01:00
Jeremy Facchetti
4dbe573e02
added changes to make local e2e test work/ update doc ( #2036 )
...
* added changes to make local e2e test work/ update doc
2022-04-06 22:29:15 -04:00
Ellis Johnson
bedce2b2b0
Admin Portal v2 ( #2019 )
...
Add in sre portal v2, still default to v1
Co-authored-by: Amber Brown <ambrown@redhat.com>
Co-authored-by: Brett Embery <bembery@redhat.com>
Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com>
2022-04-06 09:06:11 -04:00
Daniel Ionel Bizau
80ca388576
Added alternative to go get command ( #2015 )
2022-03-18 14:35:25 -04:00
Srinivas Atmakuri
7dc25f845d
Doc to create & push ARO Operator image to ACR/Quay ( #1888 )
...
* Doc to create/push AROOperator image ACR/Quay
A document on How to create & publish ARO Operator image to ACR/Quay.
2022-03-16 22:17:58 -04:00
Brendan Bergen
85fb1cc131
Better documentation support for multiple envs ( #1932 )
...
- Now there are two env files: standard, and int-like files
- Instructions modified for int envs to create the new file and source it
- Fixed a small typo in the instructions that was being masked by indentation
2022-03-15 15:24:59 -04:00
Ben Vesel
72ecfae478
Fix typo in deploy-development-rp doc ( #2005 )
2022-03-15 15:22:18 -04:00
Leszek Jakubowski
648c860272
adding a way to pass additional flags to E2E tests ( #1998 )
2022-03-10 19:53:31 -05:00
Brendan Bergen
bd894ed267
Docs: Set GOPATH ( #1987 )
...
- A few developers on various OS flavors have seen make generate fail after the upgrade to golang 1.16 due to client-gen updates. This appears to fix.
2022-03-01 13:57:20 -05:00
Petr Kotas
ce39aa0709
add: release pipeline documentation
...
Signed-off-by: Petr Kotas <petr@kotas.tech>
2022-02-24 13:32:30 +00:00
Ross Bryan
9b03db4413
docs: add cleaner info to shared env docs
2022-02-22 09:38:55 -05:00
Spencer Amann
83def7cb6e
quick fixes in docs ( #1956 )
2022-02-11 12:23:32 -05:00
Petr Kotas
e925381140
Merge pull request #1794 from mbarnes/vendor-4.9
2022-02-04 14:04:51 +01:00
Petr Kotas
3169e35aa7
Merge pull request #1898 from karanmagdani/dev-rotate-certs-doc
2022-02-04 13:17:39 +01:00
Karan.Magdani
88e9a479b6
added doc for cert rotation
...
Signed-off-by: Karan.Magdani <kmagdani@redhat.com>
2022-02-03 12:26:42 +05:30
Ulrich Schlueter
af8cf869ea
Add example script to directly inject test data
2022-01-28 11:48:35 +00:00
Ulrich Schlueter
3f460e12d0
Clarify a few things in the procdure.
2022-01-28 11:48:35 +00:00
Ulrich Schlueter
3d110a53c4
Fix typo
...
Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2022-01-28 11:48:35 +00:00
Ulrich Schlueter
1c0a5b3215
Add Documentation and Scripts for ARO Monitor Metric testing
2022-01-28 11:48:35 +00:00
Matthew Barnes
c4ddafa532
Update documentation for Go 1.16 and installer 4.9
2022-01-26 10:38:25 -05:00
Ben Vesel
a5b5bf6f30
Merge pull request #1548 from petrkotas/restart-mdm
...
Restart mdm service when new certificate is downloaded
2022-01-17 16:17:19 -05:00
Srinivas Atmakuri
4758baac77
Update deploy-development-rp.md
2022-01-06 14:19:40 +05:30
Srinivas Atmakuri
ea778985a9
Update DOCS on How to make AdminAction API calls
...
Documents the procedure on How to make AdminAction API call(s)
to a localrp running a Dev Cluster.
2021-12-27 09:37:33 +05:30
Petr Kotas
6b3a7a4345
doc: Document fp cert rotation
...
Add doc file with information how the first party certificate is
rotated in the RP and on the host VM.
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2021-12-09 16:19:35 +01:00
bennerv
a16f66b94d
Update docs and required dev-config params
2021-11-30 09:11:38 -05:00
Ross Bryan
94119e6b92
add tags aro to mirror step as required to compile installer
...
make generic not bvesel
2021-11-30 13:07:07 +00:00
Mangirdas Judeikis
eafc4b5285
Docs and make file nits ( #1731 )
2021-11-16 13:29:01 -05:00
Amber Brown
628a3876ac
add more docs for developing
2021-11-08 12:45:41 +11:00
Matthew Barnes
f24db4c726
docs/publish-rhcos-image.md: Link to ADO wiki
2021-10-30 22:45:48 +01:00
Matthew Barnes
0db1e3eb6e
Move installer and go-cosmosdb to jewzaam's GitHub account ( #1796 )
...
* Move installer and go-cosmosdb to jewzaam's GitHub account
* upstream-differences.md: Point to jewzaam's installer-aro
2021-10-19 08:51:08 +01:00
Ross Bryan
cfb7f28b86
fix lost closing code symbols
2021-10-14 12:55:26 -04:00
Leszek Jakubowski
d7512e11b4
adding a missing DES_ID step
2021-10-13 12:18:37 +01:00
Leszek Jakubowski
aa13757a76
AzExt - Adding support for the v2021-09-01-preview API ( #1739 )
...
* Adding support for the v2021-09-01-preview API - disk encryption sets, sdn selection, encryption at host options
* Adding doc about how to use the disk-encryption-set
2021-10-05 12:20:56 +01:00
Drew Anderson
d61fd1609f
Ensure build tag "aro" is present
...
make runlocal-rp
Fail run and use Tests to report -tags status
Updated doc
2021-09-30 16:45:59 +01:00
Peter Kostyukov
1ebf3fb946
Update documentation with the new AAD group
2021-09-15 08:53:34 -05:00
Mangirdas Judeikis
bf0bbb34ac
Merge pull request #1690 from 25region/azdev-docs
...
Update az aro Python development documentation
2021-09-10 12:49:11 +03:00
Mikalai Radchuk
f062e43abb
OCP 4.8 release preparation
...
Updates the codebase to allow vendoring of OCP 4.8
2021-09-08 15:53:37 +01:00
Peter Kostyukov
a1a0d71829
Change format
2021-08-23 12:22:01 -05:00
Peter Kostyukov
b01ccf654a
Update az aro doc
2021-08-19 11:39:16 -05:00
bennerv
af6bd3e7e0
Update dev-gateway deploy docs
2021-08-19 10:41:19 -04:00
Jim Minter
59eacbab2d
and now add missing gwy-mdm population instructions, doh.
2021-08-19 10:36:46 -04:00
Jim Minter
b47c2503ab
add missing gwy-mdsd population instructions
2021-08-19 10:36:46 -04:00
Jim Minter
91d6a55e8e
add gateway
2021-08-19 10:21:09 -04:00
bennerv
7ffd4b5dcd
Add DBTOKEN_CLIENT_ID to RP config
2021-07-28 09:44:32 -04:00
Mangirdas Judeikis
27af6e370a
Merge pull request #1465 from petrkotas/add-testsum
...
Reduce noise and amount of workers in the CI
2021-07-19 07:56:03 +01:00
Ross Bryan
5ca25a03dc
add cmd to trigger adminupdate against a cluster
...
Apply suggestions from code review
Co-authored-by: Troy Connor <troy0820@users.noreply.github.com>
2021-06-29 18:28:32 -04:00
Petr Kotas
5ce27d359d
Add pipelines doc
...
Add explanation of the explicit CI triggers in the pipelines.
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2021-06-28 17:10:20 +02:00
Naveen Malik
087ee0b674
Feedback from review
...
Updated mock to simplify things.
Updated unit tests to be more robust.
2021-06-08 08:57:28 -04:00
Naveen Malik
3dbefa9b49
Support creating InstanceMetadata from env
...
In Ev2 deployments the deployer is running in Azure Container Instance
(ACI) and does _not_ have access to the instance metadata we have used
to date. But we have the info to populate env vars. This PR adds a
path to use env vars when AZURE_EV2 is set to non-empty value.
Includes pkg/util/env to enable testing with mocks.
2021-06-07 18:04:09 -04:00
Mikalai Radchuk
350dc63c24
Update to OCP 4.7
2021-05-27 16:41:01 +01:00
Mangirdas Judeikis
03ab6ebf0f
Merge pull request #1491 from hawkowl/hawkowl/portal-webpack-2
...
Webpack build process (retry)
2021-05-20 15:31:30 +03:00
Jim Minter
2f0493875f
update authorizers doc
2021-05-11 11:48:19 -04:00
Jim Minter
dc1c23f046
generalise rpauthorizer to msiauthorizer
2021-05-11 11:48:19 -04:00
Amber Brown
f4c6a0cfb8
Revert "Merge pull request #1479 from mjudeikis/revert.portal"
...
This reverts commit 11fba06fd7
, reversing
changes made to 4039d66ac8
.
2021-05-11 14:13:31 +10:00
Mangirdas Judeikis
c2d7b5027e
Revert "Merge pull request #1404 from hawkowl/hawkowl/portal-webpack"
...
This reverts commit a6c6619a93
, reversing
changes made to eb247dbc7f
.
2021-05-06 16:28:53 +01:00
Mangirdas Judeikis
a6c6619a93
Merge pull request #1404 from hawkowl/hawkowl/portal-webpack
...
Add an asset pipeline for the admin portal
2021-05-06 11:50:35 +03:00
Mangirdas Judeikis
eb247dbc7f
Merge pull request #1406 from bennerv/deploydev-docs
...
Documentation for deploying whole int-style servce in dev mode
2021-05-06 11:48:42 +03:00
Jim Minter
7add113018
use localFPKVAuthorizer for cluster key vault
2021-05-05 16:26:20 -05:00
bennerv
a16991c152
Documentation for deploying whole int-style servce in dev mode
2021-05-05 09:08:51 -04:00
Amber Brown
3a330663a4
add some documentation on how to build the portal UI
2021-05-05 10:33:11 +10:00
Caden Marchese
e39dfbaa49
Small edit to deploy-development-rp.md
2021-04-29 16:29:05 -04:00
Jim Minter
645e5c9089
add deployment model documentation
2021-04-28 11:22:59 -05:00
Mangirdas Judeikis
a3099f14ba
Merge pull request #1422 from jim-minter/dbtoken
...
DB token service for gateway
2021-04-27 15:49:44 +01:00
Mikalai Radchuk
e386518912
Update upstream-differences.md
2021-04-27 09:25:09 +01:00
Jim Minter
3b4359927c
docs
2021-04-26 16:31:19 -05:00
Jim Minter
5de4293696
documentation
2021-04-23 10:25:47 -05:00
Jim Minter
8f84a1c42c
auto-register subscription in development mode
2021-04-23 10:25:46 -05:00
Jim Minter
83ad6a1815
enable ARM client authentication via key/cert
2021-04-23 10:25:45 -05:00
Jim Minter
e32b615d2e
add tool to generate development RP config
2021-04-23 10:25:19 -05:00
Ross Bryan
f4aa7c1577
Ssh docs/examples , PR template update ( #1446 )
...
* Fix -> remove the dash, valid names are master0,master1,master2, but not master-0,master-1,master-2
* Add more information, show example with nodes, show multiple ways to ssh to a worker node
* Change VSTS to ADO because that is the tool we use now
* Add an additional example of connecting to a worker
* respected->respective, english is hard
2021-04-19 11:36:36 +01:00
Jim Minter
2769cd0217
Merge pull request #1433 from bryanro92/mac-os-doc
...
Add GNUgrep and pip3 install virtualenv
2021-04-09 14:55:39 -05:00
Ross Bryan
3e65e9992c
Add GNUgrep and pip3 install virtualenv
2021-04-08 11:48:52 -04:00
Jim Minter
9177d18c85
remove unused RP_VERSION environment variable
2021-04-07 13:07:38 -05:00
bennerv
5520738014
Repository structure doc updates
2021-03-17 22:17:42 -04:00
Mikalai Radchuk
4a3466f3df
Update upstream-differences.md
2021-03-17 14:25:05 +00:00
Petr Kotas
48dd5d4217
Add dependency update documentation
...
Add vendorind and dependency update documentation with
vendoring process of ARO-RP.
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2021-03-12 12:14:02 +01:00
Jim Minter
5c5c0d2dc5
remove fullDeploy
2021-02-23 19:34:27 -06:00
Nils Elde
967ec37c56
mention `make secrets-update`
2021-02-08 11:19:45 -06:00
Nils Elde
23a82d2b4d
additional info and a correction
2021-02-08 11:19:45 -06:00
Mangirdas Judeikis
649ee9d5d6
update cert docs
2021-01-28 09:02:36 +00:00
Jim Minter
a2f37afdca
small fixes found deploying dev env to government cloud
2021-01-18 17:02:44 -06:00
Jim Minter
9e5c4f8930
portal initial commit
2020-12-09 16:22:51 -06:00
Mikalai Radchuk
65b682e78c
Doc fix: we now use Go 1.14
2020-12-03 14:23:57 +00:00
Jim Minter
0171cb360f
Merge pull request #1112 from mjudeikis/versioned.tests
...
Run e2e tests from the image
2020-11-19 15:17:48 -06:00
Mangirdas Judeikis
6180c3424c
Run tests from image
2020-11-19 17:20:48 +00:00
Jim Minter
8f43067bd3
remove dns zone autodiscovery
2020-11-19 07:54:23 -06:00
Jim Minter
d10ea68bd7
remove old use of DOMAIN_NAME environment variable
2020-11-19 07:54:23 -06:00
Jim Minter
611ef65c28
remove database autodiscovery
2020-11-19 07:54:23 -06:00
Jim Minter
b7db581571
standardise: rename COSMOSDB_ACCOUNT -> DATABASE_ACCOUNT_NAME
2020-11-19 07:54:22 -06:00
Jim Minter
17d4f2d663
remove key vault autodiscovery
2020-11-19 07:54:22 -06:00
Jim Minter
96327f3eff
move clusters keyvault to env.Interface and change the authorizer used
2020-11-19 07:54:12 -06:00
Jim Minter
0b329d90c2
Merge pull request #1125 from bennerv/development-rp-docs-update
...
Update Development RP Cluster Deploy Docs
2020-11-10 19:21:04 -06:00
bennerv
0721d978e9
Update docs and ssh-agent.sh usage and checks to ensure CLUSTER is specified
...
Change mycluster to cluster example usage
Minor refactors
2020-11-10 20:01:12 -05:00
Mangirdas Judeikis
772014a561
add publish-rhcos-image.md
2020-11-06 11:35:59 -06:00
Mangirdas Judeikis
299e33e75e
update upstream-differences.md
2020-11-06 11:35:59 -06:00
Jim Minter
5c809d4edd
move test/util/infra into separate cluster tooling
2020-10-28 18:32:02 -06:00
Jim Minter
0fd247bb77
edits
2020-10-28 18:28:41 -06:00
Ivan Sim
95a75e3efd
Update docs to remove pyenv instruction
...
The steps to invoke the 'pyenv' target is already part of the 'az' target
Signed-off-by: Ivan Sim <isim@redhat.com>
2020-10-20 09:06:35 -07:00
Nils Elde
37ea834c5c
Add doc explaining authorizers
2020-09-23 13:11:03 -04:00
Mangirdas Judeikis
b6305b126f
Add ci VMSS
2020-09-14 07:37:45 +01:00
Elana Hashman
6690347f60
Clarify docs for Python review
2020-08-06 09:46:17 -07:00
Mikalai Radchuk
ed6a7ca8a3
Adds e2e image publishing into CI pipelines
2020-07-27 12:05:09 +01:00
Mangirdas Judeikis
e65d5666dd
split RP and tooling SP
2020-07-01 16:37:27 +01:00
Mangirdas Judeikis
20b7c53070
Merge pull request #829 from troy0820/docs/deployment-group
...
Az command changes in documentation and in E2E scripts
2020-06-25 13:44:35 +01:00
Mikalai Radchuk
2ab2cc5566
Updates docs on testing custom builds in ARO
2020-06-19 14:00:39 +01:00
Troy Connor
18718499db
[docs]Change az deployment create to az deployment sub create because of
...
implicit deprecation
2020-06-18 16:37:36 -04:00
Troy Connor
7337958f53
[docs]Change "az group deployment..." to "az deployment group" because of implicit deprecation
2020-06-18 16:32:46 -04:00
Mangirdas Judeikis
6dd5854618
Merge pull request #827 from hawkowl/golangci-lint
...
Add golangci-lint configuration file and instructions to run it
2020-06-18 09:40:41 +01:00
Angus Salkeld
1f7d18d2d5
Merge pull request #674 from mjudeikis/database.dump
...
Refactor ssh scripts
2020-06-18 16:23:47 +10:00
Amber Brown
613ef643af
Add golangci-lint configuration file and instructions to run it.
2020-06-18 14:51:21 +10:00