Граф коммитов

366 Коммитов

Автор SHA1 Сообщение Дата
Brendan Bergen 50418b65a1
`make ci` support for golang (RP) components (#3558)
* multi staged CI via make and docker build

* Improving docker mobilty and performance

- fixing file handles during build
- removing vendor checks
- allowing "dirty" builds
- improving cache hits via multiple COPY operations
- adding specific dockerignore
- removing all makefile dependencies during docker build
- adding docs for podman machine sizing
- using most recent golang version

* Add support for MacOS vendoring

Co-authored-by: Kipp Morris <117932707+kimorris27@users.noreply.github.com>

---------

Co-authored-by: tschneid <tschneid@redhat.com>
Co-authored-by: Kipp Morris <117932707+kimorris27@users.noreply.github.com>
2024-05-10 15:01:38 -06:00
Ayato Tokubi d2fd8cf31e
Document update about custom installer/pull-secret (#3573) 2024-05-10 18:16:36 +02:00
Anshul Verma bb851f8b04
Added option to only give ipv4 as output. (#3559)
In the steps where we need to white list the local ISP IP by creating a NSG rule, it fails because `$(curl --silent ipecho.net/plain)/32` gives ipv6 IP. Fixed that by adding the option to give ipv4 IP.
2024-05-06 17:07:56 +05:30
Shubhadapaithankar 3a7daba694
Modified the content to set up the dev env : ARO-7278 (#3554) 2024-05-03 14:25:50 -06:00
azoppiserpa 9425887d94
Removing the e2e functionality for v4 cleanup (#3494) 2024-05-03 16:13:45 -04:00
Anshul Verma 41ebfbfede Update dbtoken-service.md
The link was not pointing to where it was supposed to point. Corrected it.
2024-04-11 11:23:35 -07:00
Amber Brown 867b0d5979
Load the app/SP from the environment instead of automatically creating it (#3498)
* use multierror here, so it's more obvious if we're missing multiple keys

* Ignore the written out clusterapp.env

* move create/delete into separate commands, which write out a clusterapp.env file

* delete the app in the e2e.sh file

* update the docs
2024-04-08 08:06:53 +10:00
Amber Brown 27bc205e24
Remove portal v1 (#3465)
Portal V1, you have served us well.
2024-04-05 12:06:22 +11:00
Maitiú Ó Ciaráin ce7c33af6b Update docs 2024-03-26 09:48:05 -04:00
Brendan Bergen 2d6b88cb10
Add git hooks for branch name validation (#3479) 2024-03-25 13:48:08 -06:00
Martin Bukatovic 1495c32317
clarify deploy-full-rp-service-in-dev.md guide (#2964) 2024-03-22 17:36:16 +01:00
Maitiú Ó Ciaráin 07672dde9c
Switch to using the secondary key (#3427)
* Switch to using the secondary key

* Documentation update

* Log the name of the key used

* Pass log arg through

* Fix import ordering

* Shorten line
2024-03-21 11:28:58 -04:00
Martin Bukatovic 38c86f8160
Fixes in disk-encryption-set.md (#3323)
Fixes in disk-encryption-set.md
2024-03-08 20:43:03 +01:00
Maitiú Ó Ciaráin 7ec73ba0cb
Update shared cluster login (#3424)
Update shared cluster login
2024-03-07 14:50:53 +01:00
Amber Brown ed94c28346
Update to Go 1.20 (#3429)
* Go 1.20 changes

* go 1.20 does not need the seed randomised by default

* go generate
2024-03-05 18:18:36 +11:00
Caden Marchese 42f3708452
Create oic storage account in dev (#3404)
* create oic storage account in dev
* split oic resources into new template for reuse
* add roleassignment, dev script
* parameterize, add documentation
* create new cmd for full env, doc change
2024-02-27 13:15:35 -07:00
Maitiú Ó Ciaráin efd47430a5
Update shared cluster usage (#3332)
* Update the hack script to require the new envs

* Add new targets to the Makefile

* Update the docs

* Fix typo

* Add some info to the delete flow

* Update docs/shared-cluster.md

Co-authored-by: Jason Healy <jason@jhealy.net>

* Tag all created resource groups with persist

* Drop shared-cluster from the explicit denys

* Update docs

---------

Co-authored-by: Jason Healy <jason@jhealy.net>
2024-01-25 12:02:23 +01:00
Amber Brown 51e26283f8 update docs 2024-01-24 14:43:01 -05:00
Anshul Verma 922c77d1fb
Update deploy-development-rp.md (#3359)
This is to give a heads up that this podman issue can occur if the podman user socket is not enabled.
2024-01-21 23:48:20 +05:30
Miguel Abad Perez 6f75d7fd1c
References to new repos and steps to update wrapper instead of RP (#3311)
* References to new repos and steps to update wrapper instead of RP

* Clarifications about installer-aro branching/pr process
2023-12-21 11:56:42 +01:00
Tanmay Satam f3f4d1be50 Add information to admin-portal.md about Prometheus UI 2023-12-15 14:15:35 -05:00
Dominic Finn 924cf83465
Update prepare-your-dev-environment.md
mac podman/docker user updates
2023-12-07 14:24:39 +11:00
Tony Schneider 9b92b4f79b
Admin action to delete a cluster managed resource (#3286)
* add ResourceDeleteAndWait to azureactions

* add delete resource admin action and frontend routing

* add helper functions for lb config manipulation

* refactor azure actions
- moves resource delete code to seperate file
- adds loadbalancer client to handle deleting FrontendIPConfiguration
- updates ResourceDeleteAndWait to handle deleting FrontendIPConfigurations
- adds DeleteByIDAndWait to features/resources client

* add e2e tests

* fix imports and add license headers

* cleanup / fix lint

* add command example to doc

* rename to "managed" resource id

* change query param to camel case

* use var group instead

* return error as adminReply already wraps in CloudError

* fix missed camelCase of query param

* use regex to match frontend ip configurations

* remove focus

* add deny list to prevent deleting PLS and Storage

* fix mixed import

* use fake pls name to prevent accidently deleting e2e cluster pls

* fix test

* add PE to deny list
2023-11-29 17:09:56 -05:00
Steven Fairchild 18a57a3fe7 Update RP Documentatation with Etcd Recovery URL
Fixes [ARO-2718](https://issues.redhat.com/browse/ARO-2718)
2023-11-07 11:15:04 -05:00
Martin Bukatovic 61745e31bc
fix docs: puslish aro operator to quay (#3236)
Makefile targets publish-image-aro* are using env variable ARO_IMAGE as
a destination, so setting just DST_QUAY variable is not enough.
2023-10-26 13:22:59 -04:00
Lisa Ranjbar Miller 22a6d6063c
Update documentation for testing the ARO operator (#3115) 2023-10-06 12:25:03 +02:00
nont 00ea406b3b Add required debian packages to docs 2023-09-14 19:31:55 +07:00
Brendan Bergen 6413c3f1f7
Remove rhcos publishing doc, can be found in ARO-Installer (#3160) 2023-09-08 16:04:21 -04:00
Amber Brown fabe818a22 add some documentation 2023-09-04 10:36:59 +10:00
Tanmay Satam b2189841f4 Use more common use case for end user azext_aro override 2023-07-21 11:43:07 +02:00
Tanmay Satam 5c5b5c806c fix space 2023-07-21 11:43:07 +02:00
Tanmay Satam f9ed22f8b3 Add instructions to setup Python 3.10 and azure CLI in a venv 2023-07-21 11:43:07 +02:00
Tanmay Satam d898b1cb15 Add documentation for configuring Azure CLI extensions via environment variable 2023-07-21 11:43:07 +02:00
Tanmay Satam cc5da31727 Remove specific instructions for upstreaming Azure CLI changes
These are now maintained in internal documentation.
2023-07-21 11:43:07 +02:00
Tanmay Satam f7d33256cd Add links to further documentation on Azure CLI command modules and extensions 2023-07-21 11:43:07 +02:00
Amber Brown f0b02b669d add podman startup docs 2023-07-18 10:50:05 +02:00
Amber Brown 12f1466e35
Remove the inbuilt installer (#3030)
* axe the build tags

* graph removals

* remove installer code

* go mod tidy

* go mod vendor
2023-07-18 14:56:23 +10:00
Steven Fairchild df5e4daa13
Update deploy-development-rp documentation, minor improvements to formatting and spelling (#3012)
Add logging aliases for viewing rp logs in a friendly manner.
Fix spelling
Fix/Improve markdown formatting for readability
Update "Create your own RP Database" step to only redirect stdout, incase there's an error it's best to print to the screen.
Update Azure Red Hat OpenShift Cluster creation documentation to reference version 4.
2023-07-07 13:59:55 -04:00
bennerv ed700b908e Update full service RP docs with hive stuffs 2023-04-24 08:54:29 -04:00
Martin Bukatovič ff8080a848 fix minor doc issues 2023-04-11 10:51:28 -04:00
Srinivas Atmakuri d45ae37581
GenevaAction to list Supported VM Sizes (#2798)
* GenevaAction to list Supported VM Sizes

Jira: https://issues.redhat.com/browse/ARO-2566

A new GA which takes instanceType as an input and list all
the supportedVMSizes by taking pkg/api/validate/vm.go as the
source of truth

* cleanup and made suggested changes listSupportedVMSizes

* minor changes in listSupportedVMSizes

* minor fix ga-listSupportedVMSizes

* change function name to supportedVMSizesForRole

* fix golang lint

* change function names to supportedvmsizes and supportedVMSizesForRole
2023-03-29 11:39:40 -04:00
Martin Bukatovič d00fb1f522 remove --enable-soft-delete option
This option was removed in azure-cli 2.41.0, for more context see:

https://learn.microsoft.com/en-us/azure/key-vault/general/soft-delete-change
2023-03-23 13:51:21 -04:00
cadenmarchese db3cde3e82 add extra steps for RHEL machines 2023-02-28 13:13:20 -05:00
cadenmarchese bede8c4573 clarify lists in versioned APIs 2023-02-23 09:24:29 -05:00
cadenmarchese 5cc910ebca New document for adding new instance types 2023-02-23 09:24:29 -05:00
bennerv fab97fc520 Rename InstallStream to DefaultInstallStream 2023-02-23 09:20:24 -05:00
Givaldo Lins f6e624fcd9
Update deploy-development-rp.md (#2714)
* Update deploy-development-rp.md

* Update docs/deploy-development-rp.md

Changed wording as suggested by Caden

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>

---------

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2023-02-14 15:06:44 -08:00
Petr Kotas c758170d6b
Update go version to 1.18 (#2691) 2023-02-14 11:35:54 +11:00
Aldo Fuster Turpin ffc1d88e4c create local dev env script and update docs 2023-02-09 12:54:49 +01:00
bennerv e0f1e61cff Update old dbtoken-service documentation 2023-02-07 09:28:15 -05:00