This is a quick guide outlining all the necessary steps to get ManageIQ up and running for development.
- Ruby 2.3+ (Ruby 2.4.1 recommended)
- Bundler 1.15.3+
- PostgreSQL 9.5+
| #!/bin/zsh | |
| MIQ_DIR="$HOME/Programming/ManageIQ" | |
| OLD_PWD="$(pwd)" | |
| SEP=$(printf "%0.1s" " "{1..3}) | |
| BRANCH_ICON="\uF126" | |
| PUSH_ICON="\uF01B" | |
| PULL_ICON="\uF01A" | |
| COLOR="31" |
| group :development, :test do | |
| gem 'pry' | |
| gem 'pry-rails' | |
| gem 'pry-remote' | |
| gem 'pry-nav' | |
| gem 'pry-stack_explorer' | |
| gem 'fuubar' | |
| end | |
| repos = [ |
Insights data are stored as Parquet database with snappy compression.
Please follow this guide. Keep in mind that you want all the data (so not just the rule_data folder):
aws s3 sync --profile insights \❯ oc create -f aiops-pipeline.yaml
❯ oc new-app --template aiops-pipeline --param AWS_KEY=... --param AWS_SECRET=...
git clone git@github.com:RedHatInsights/e2e-deploy.git
cd e2e-deploy
Download or create the default secrets for:
| # Based on https://stackoverflow.com/a/19643045 | |
| from collections import defaultdict | |
| from collections import OrderedDict | |
| try: | |
| t=unichr(100) | |
| except NameError: | |
| unichr=chr |
| /tmp/precedense_test ~ | |
| ⚠️ Command line take precedense | |
| [WARNING]: No inventory was parsed, only implicit localhost is available | |
| [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' | |
| PLAY [Deploy DataHub Argo workflows] ************************************************************************************************************************************************ | |
| TASK [Gathering Facts] ************************************************************************************************************************************************************** | |
| ok: [127.0.0.1] |
| apiVersion: kfdef.apps.kubeflow.org/v1 | |
| kind: KfDef | |
| metadata: | |
| name: opendatahub | |
| namespace: opendatahub-datacatalog | |
| spec: | |
| applications: | |
| - kustomizeConfig: | |
| repoRef: | |
| name: manifests |