I hereby claim:
- I am magick93 on github.
- I am magick93 (https://keybase.io/magick93) on keybase.
- I have a public key ASC6lz4yIkL55VRZPNz32r2_t-ZN7qe4CXFl95qz-JVN-Ao
To claim this, I am signing this object:
| -- DROP SCHEMA public; | |
| CREATE SCHEMA public AUTHORIZATION pg_database_owner; | |
| COMMENT ON SCHEMA public IS 'standard public schema'; | |
| -- DROP TYPE public."account_based_product_code_list_type"; | |
| CREATE TYPE public."account_based_product_code_list_type" AS ENUM ( | |
| 'HSA', |
| Kanel | |
| [ | |
| 'supabase_migrations', '_analytics', | |
| '_realtime', 'nzlegal', | |
| 'adls', 'vault', | |
| 'stripe', 'private', | |
| 'auth', 'extensions', | |
| 'graphql_public', 'net', | |
| 'public', 'realtime', | |
| 'storage', 'supabase_functions', |
| { | |
| "version": "4.3.0", | |
| "title": "PublicationType", | |
| "description": "Basic type that contains all properties common to publication, which could be print or electronic.", | |
| "type": "object", | |
| "properties": { | |
| "id": { | |
| "description": "An identifier of the publication.", | |
| "$schema": "http://json-schema.org/draft-04/schema#", | |
| "version": "4.3.0", |
| version: "4.3.0" | |
| title: "PublicationType" | |
| description: "Basic type that contains all properties common to publication, which could be print or electronic." | |
| type: "object" | |
| properties: { | |
| id: { | |
| name: "id" | |
| description: "An identifier of the publication." | |
| $schema: "http://json-schema.org/draft-04/schema#" | |
| version: "4.3.0" |
| openapi: 3.0.0 | |
| info: | |
| title: NZDAX | |
| version: 2.4.0 | |
| contact: | |
| name: Adroit | |
| url: 'https://adroit.ph/ccxt-rest-contact-us/' | |
| email: [email protected] | |
| license: | |
| name: MIT |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ----------------------< com.sample.myapp:sample >----------------------- | |
| [INFO] Building Sample 0.0.1-SNAPSHOT | |
| [INFO] --------------------------------[ jar ]--------------------------------- | |
| [INFO] | |
| [INFO] >>> spring-boot-maven-plugin:2.2.5.RELEASE:run (default-cli) > test-compile @ sample >>> | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:3.1.0:copy-resources (default-resources) @ sample --- | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. |
I hereby claim:
To claim this, I am signing this object:
| Using module file /home/user/git/sourcetopia/openshift-install/openshift/ansible/roles/lib_openshift/library/oc_csr_approve.py | |
| <k8s-ctl01.dev.mydomain.com> ESTABLISH SSH CONNECTION FOR USER: deploy | |
| <k8s-ctl01.dev.mydomain.com> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s) | |
| <k8s-ctl01.dev.mydomain.com> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no) | |
| <k8s-ctl01.dev.mydomain.com> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=deploy) | |
| <k8s-ctl01.dev.mydomain.com> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10) | |
| <k8s-ctl01.dev.mydomain.com> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/home/user/.ansible/cp/2ea0bd867d) | |
| <k8s-ctl01.dev.mydomain.com> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=g |
| [OSEv3:children] | |
| masters | |
| etcd | |
| nodes | |
| [masters] | |
| mydomain.com openshift_ip=xxx.xxx.xxx.xxx openshift_schedulable=true | |
| #openshift_node_groups=[{'name': 'node-config-master', 'labels': ['node-role.kubernetes.io/master=true']}, {'name': 'node-config-infra', 'labels': ['node-role.kubernetes.io/infra=true']}, {'name': 'node-config-compute', 'labels': ['node-role.kubernetes.io/compute=false']}] |
| [OSEv3:children] | |
| masters | |
| nodes | |
| etcd | |
| [masters] | |
| xxx.xxx.xxx.xxx openshift_ip=xxx.xxx.xxx.xxx openshift_schedulable=true | |
| [etcd] | |
| xxx.xxx.xxx.xxx openshift_ip=xxx.xxx.xxx.xxx |