From a9ed0fc83ef45a1bb25f8cafa6e6acc563bca671 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 9 Apr 2024 12:10:30 +0200 Subject: [PATCH] provider audit requests should be done via the community repo now --- .github/ISSUE_TEMPLATE/provider-audit--.md | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/provider-audit--.md diff --git a/.github/ISSUE_TEMPLATE/provider-audit--.md b/.github/ISSUE_TEMPLATE/provider-audit--.md deleted file mode 100644 index ab72f58..0000000 --- a/.github/ISSUE_TEMPLATE/provider-audit--.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: "[Provider Audit] Template" -about: This is for Akash users interested in having their providers audited by Akash -title: "[Provider Audit] Template" -labels: Provider Audit -assignees: andy108369 - ---- -## Prerequisite Steps: - -### 1. Make sure your provider has community provider attributes and your contact details (email, website): - -``` - Example: - $ provider-services query provider get akash1 -o text - ... - attributes: - ... - - key: host - value: akash - - key: tier - value: community - info: - email: "" - website: "" - -``` - -[Ref documentation:](https://akash.network/docs/providers/akash-audites-atributes/#attribute-auditors). - -### 2. Make sure your provider *.ingress resolves to your provider IP (ideally worker node IP) -``` -host .ingress. -``` - -Example: -``` -$ host anything.ingress.akash.pro -anything.ingress.akash.pro is an alias for nodes.akash.pro. -nodes.akash.pro has address 65.108.6.185 -``` - -- More info on what DNS records should look like are available in the [Akash Documentation here](https://akash.network/docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/#step-5---domain-name-review). - -### 3. Please make sure your Akash provider doesn't block any Akash specific ports. - -- If you are using a firewall, please follow this doc: -https://akash.network/docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/#step-11---firewall-rule-review -- If you are behind NAT, then you need to make sure these ports are open between your provider worker nodes and the internet. - - - -# Audit Steps: - -#### 1. ***Title the issue: " [Provider Audit]: Provider Address" (e.g. "[Provider Audit]: provider.europlots.com")*** -#### 2. Wait for response via comments. If no issues during provider Audit, process will be complete, provider should start bidding on leases, and Audit ticket will be closed. -#### 3. If there are issues during the provider Audit, debug those issues, and Audit will be complete. -#### 4. Audit Issue will be closed by core team member. - - -## Leave contact information (optional) -1. Name -2. Discord handle or Telegram handle -3. Contact email address