Skip to content

Instantly share code, notes, and snippets.

View austinmartinh's full-sized avatar

Austin Heraughty austinmartinh

View GitHub Profile
running (00m08.8s), 0/1 VUs, 50 complete and 0 interrupted iterations
scenario1 ✓ [======================================] 1 VUs 00m08.8s/10m0s 50/50 iters, 50 per VU
✓ response status 201
checks.....................: 100.00% ✓ 50 ✗ 0
data_received..............: 18 kB 2.1 kB/s
data_sent..................: 108 kB 12 kB/s
http_req_blocked...........: avg=9.49ms min=1.86µs med=8.43µs max=474.13ms p(90)=11.97µs p(95)=12.3µs
running (00m09.7s), 0/1 VUs, 50 complete and 0 interrupted iterations
scenario1 ✓ [======================================] 1 VUs 00m09.6s/10m0s 50/50 iters, 50 per VU
✓ response status 201
checks.....................: 100.00% ✓ 50 ✗ 0
data_received..............: 25 kB 2.6 kB/s
data_sent..................: 109 kB 11 kB/s
http_req_blocked...........: avg=28.4ms min=2.11µs med=7.74µs max=593.71ms p(90)=12.13µs p(95)=202.1ms
running (00m08.3s), 0/1 VUs, 50 complete and 0 interrupted iterations
scenario1 ✓ [======================================] 1 VUs 00m08.2s/10m0s 50/50 iters, 50 per VU
✓ response status 201
checks.....................: 100.00% ✓ 50 ✗ 0
data_received..............: 18 kB 2.2 kB/s
data_sent..................: 108 kB 13 kB/s
http_req_blocked...........: avg=9.27ms min=1.75µs med=7.86µs max=463.44ms p(90)=10.84µs p(95)=13.07µs
ansible-playbook -i ${TARGET_HOST}, ./configs/ocp-workloads/ocp-workload.yml \
-e"ansible_password=${ANSIBLE_PASSWORD}" -e"ansible_user=${ANSIBLE_USER}" \
-e"ocp_username=${OCP_USERNAME}" \
-e"guid=${GUID}" \
-e"ACTION=remove" \
-e @./roles_ocp_workloads/ocp4_workload_integreatly/sample_vars/ocp4_workload_integreatly_vars.yml \
-e ocp4_workload_integreatly_manifest_dir_type=url
PLAY [Deploy a workload role on a master host] ******************************************************************************************************************************************************************
aws s3 ls
2020-05-27 15:59:19 hcd-restricted-zv6ls-image-registry-eu-west-1-jrokobypcjetyvou
2020-05-28 10:41:40 hcdrestrictedzv6lsredhatrhmioperato-k336
2020-05-28 10:42:10 hcdrestrictedzv6lsredhatrhmioperato-p3ot
2020-05-28 10:12:56 managed-velero-backups-85ff06d6-8965-47f5-bc0f-c0ec6fe6ff2c
2020-05-27 13:54:27 managed-velero-backups-c3e75593-c7f4-4e17-b6a7-6398805c5e4e
aws s3api get-public-access-block --bucket=hcdrestrictedzv6lsredhatrhmioperato-k336
{
@austinmartinh
austinmartinh / elasticaches
Created May 28, 2020 10:19
Results of describing elasticache
{
"ReplicationGroups": [
{
"ReplicationGroupId": "hcdrestrictedzv6lsredhatrhmioperato-mrrt",
"Description": "A Redis replication group",
"GlobalReplicationGroupInfo": {},
"Status": "available",
"PendingModifiedValues": {},
"MemberClusters": [
"hcdrestrictedzv6lsredhatrhmioperato-mrrt-001",
@austinmartinh
austinmartinh / DB Instances
Created May 28, 2020 10:17
Results of describing DB instances
{
"DBInstances": [
{
"DBInstanceIdentifier": "hcdrestrictedzv6lsredhatrhmioperato-4hoz",
"DBInstanceClass": "db.t2.small",
"Engine": "postgres",
"DBInstanceStatus": "available",
"MasterUsername": "postgres",
"DBName": "postgres",
"Endpoint": {
apiVersion: integreatly.org/v1alpha1
kind: RHMI
metadata:
creationTimestamp: '2020-05-28T08:22:37Z'
finalizers:
- finalizer/configmaps
- finalizer.cloud-resources.integreatly.org
- finalizer.middleware-monitoring.integreatly.org
- finalizer.rhsso.integreatly.org
- finalizer.3scale.integreatly.org
@austinmartinh
austinmartinh / postgres_exporter_template.yaml
Last active April 7, 2020 14:30
Template for postgres exporter resource
apiVersion: v1
kind: Template
metadata:
name: example-postgresql-exporter3
objects:
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
labels:
app: postgres