i18n>
<a class="text-decoration-underline"
(click)="createMultisiteSetup()">
- Click here</a> to create a new Realm/Zone Group/Zone
+ Click here</a> to create a new Realm/Zonegroup/Zone
</cd-alert-panel>
<cd-alert-panel *ngIf="serviceForm.controls.service_type.value === 'oauth2-proxy'"
*ngIf="serviceForm.controls.service_type.value === 'rgw'">
<label class="cd-col-form-label"
for="zonegroup_name"
- i18n>Zone Group</label>
+ i18n>Zonegroup</label>
<div class="cd-col-form-input">
<select class="form-select"
id="zonegroup_name"
(overlaySelected)="closeModal()">
<cds-modal-header (closeSelect)="closeModal()">
<h3 cdsModalHeaderHeading
- i18n>Create Realm/Zone Group/Zone</h3>
+ i18n>Create Realm/Zonegroup/Zone</h3>
<cd-help-text [formAllFieldsRequired]="true"></cd-help-text>
</cds-modal-header>
<form
<div cdsModalContent>
<cd-alert-panel type="info"
spacingClass="mt-3"
- i18n>The realm/zone group/zone created will be set as default and master.
+ i18n>The realm/zonegroup/zone created will be set as default and master.
</cd-alert-panel>
<div class="form-item">
<cds-text-label
createMultisiteEntitiesForm.controls.zonegroupName.dirty"
[invalidText]="zoneGroupNameError"
i18n
- >Zone Group Name
+ >Zonegroup Name
<input
cdsText
type="text"
- placeholder="Zone group name..."
+ placeholder="Zonegroup name..."
id="zonegroupName"
name="zonegroupName"
formControlName="zonegroupName"
<cd-modal [modalRef]="activeModal">
<ng-container i18n="form title"
- class="modal-title">Delete Zone Group</ng-container>
+ class="modal-title">Delete Zonegroup</ng-container>
<ng-container class="modal-content">
<form name="zonegroupForm"
novalidate>
<div class="modal-body ms-4">
<label i18n>
- This will delete your <strong>{{zonegroup?.name}}</strong> Zone Group.
+ This will delete your <strong>{{zonegroup?.name}}</strong> Zonegroup.
</label>
<ng-container *ngIf="zonesList.length > 0">
<label class="mt-3"
i18n>
- Do you want to delete the associated zones and pools with the <strong>{{zonegroup?.name}}</strong> Zone Group?</label>
+ Do you want to delete the associated zones and pools with the <strong>{{zonegroup?.name}}</strong> Zonegroup?</label>
<ng-container *ngIf="includedPools.size > 0">
<label i18n>
This will delete the following:</label>
export const RESTORE_STORAGE_CLASS_TEXT = $localize`The storage class to which object data is to be restored.`;
-export const ZONEGROUP_TEXT = $localize`A Zone Group is a logical grouping of one or more zones that share the same data
+export const ZONEGROUP_TEXT = $localize`A Zonegroup is a logical grouping of one or more zones that share the same data
and metadata, allowing for multi-site replication and geographic distribution of
data.`;
flexGrow: 2
},
{
- name: $localize`Zone Group`,
+ name: $localize`Zonegroup`,
prop: 'zonegroup_name',
flexGrow: 2
},
messages = {
noDefaultRealm: $localize`Please create a default realm first to enable this feature`,
- noMasterZone: $localize`Please create a master zone for each zone group to enable this feature`,
+ noMasterZone: $localize`Please create a master zone for each zonegroup to enable this feature`,
noRealmExists: $localize`No realm exists`,
- disableExport: $localize`Please create master zone group and master zone for each of the realms`
+ disableExport: $localize`Please create master zonegroup and master zone for each of the realms`
};
icons = Icons;
{
permission: 'create',
icon: Icons.add,
- name: this.actionLabels.CREATE + ' Zone Group',
+ name: this.actionLabels.CREATE + ' Zonegroup',
click: () => this.openModal('zonegroup'),
disable: () => this.getDisable(),
visible: () => !this.showMigrateAndReplicationActions
<ng-container i18n="form title"
class="modal-title">Migrate Single Site to Multi-site
<cd-helper>
- <span>Migrate from a single-site deployment with a default zone group and zone to a multi-site system</span>
+ <span>Migrate from a single-site deployment with a default zonegroup and zone to a multi-site system</span>
</cd-helper>
</ng-container>
<div class="form-group row">
<label class="cd-col-form-label required"
for="zonegroupName"
- i18n>Rename default zone group</label>
+ i18n>Rename default zonegroup</label>
<div class="cd-col-form-input">
<input class="form-control"
type="text"
- placeholder="Zone group name..."
+ placeholder="Zonegroup name..."
id="zonegroupName"
name="zonegroupName"
formControlName="zonegroupName">
i18n>This field is required.</span>
<span class="invalid-feedback"
*ngIf="multisiteMigrateForm.showError('zonegroupName', formDir, 'uniqueName')"
- i18n>The chosen zone group name is already in use.</span>
+ i18n>The chosen zonegroup name is already in use.</span>
</div>
</div>
<div class="form-group row">
<label class="cd-col-form-label required"
for="zonegroup_endpoints"
- i18n>Zone group Endpoints
+ i18n>Zonegroup Endpoints
</label>
<div class="cd-col-form-input">
<input class="form-control"
const ALL_ZONES = $localize`All zones (*)`;
const ALL_BUCKET_SELECTED_HELP_TEXT =
- 'If no value is provided, all the buckets in the zone group will be selected.';
+ 'If no value is provided, all the buckets in the zonegroup will be selected.';
interface PipeParams {
source: { zones: string[]; bucket: string };
<div class="form-group row">
<label class="cd-col-form-label required"
for="zonegroupName"
- i18n>Zone Group Name</label>
+ i18n>Zonegroup Name</label>
<div class="cd-col-form-input">
<input class="form-control"
type="text"
formControlName="selectedZonegroup"
[disabled]="action === actionLabels.EDIT ? true : null"
(change)="onZoneGroupChange($event.target.value)"
- label="Zone group"
+ label="Zonegroup"
i18n
- >Zone group
+ >Zonegroup
<option
*ngFor="let zonegroupName of zonegroupList"
[value]="zonegroupName.name"
i18n
[disabled]="action === actionLabels.EDIT ? true : null"
>Mark as default zone
- <cd-help-text *ngIf="disableDefault && action === actionLabels.CREATE">Default zone can only exist in a default zone group.
+ <cd-help-text *ngIf="disableDefault && action === actionLabels.CREATE">Default zone can only exist in a default zonegroup.
</cd-help-text>
<cd-help-text *ngIf="isDefaultZone">
<span>You cannot unset the default flag.</span>
[disabled]="action === actionLabels.EDIT ? true : null"
i18n
>Master
- <cd-help-text *ngIf="disableMaster">Master zone already exist for the selected zone group.
+ <cd-help-text *ngIf="disableMaster">Master zone already exist for the selected zonegroup.
</cd-help-text>
<cd-help-text *ngIf="isMasterZone">
<span>You cannot unset the master flag. </span>
<cd-modal [modalRef]="activeModal">
<ng-container i18n="form title"
- class="modal-title">{{ action | titlecase }} Zone Group</ng-container>
+ class="modal-title">{{ action | titlecase }} Zonegroup</ng-container>
<ng-container class="modal-content">
<form name="multisiteZonegroupForm"
<div class="form-group row">
<label class="cd-col-form-label required"
for="zonegroupName"
- i18n>Zone Group Name</label>
+ i18n>Zonegroup Name</label>
<div class="cd-col-form-input">
<input class="form-control"
type="text"
- placeholder="Zone group name..."
+ placeholder="Zonegroup name..."
id="zonegroupName"
name="zonegroupName"
formControlName="zonegroupName">
i18n>This field is required.</span>
<span class="invalid-feedback"
*ngIf="multisiteZonegroupForm.showError('zonegroupName', formDir, 'uniqueName')"
- i18n>The chosen zone group name is already in use.</span>
+ i18n>The chosen zonegroup name is already in use.</span>
<div class="custom-control custom-checkbox">
<input class="form-check-input"
id="default_zonegroup"
for="default_zonegroup"
i18n>Default</label>
<span *ngIf="disableDefault && action === actionLabels.CREATE">
- <cd-helper i18n>Zone group doesn't belong to the default realm.</cd-helper>
+ <cd-helper i18n>Zonegroup doesn't belong to the default realm.</cd-helper>
</span>
<cd-helper *ngIf="action === actionLabels.EDIT && !info.data.is_default">
<span i18n>Please consult the <cd-doc section="rgw-multisite"></cd-doc> to follow the failover mechanism</span>
for="master_zonegroup"
i18n>Master</label>
<span *ngIf="disableMaster && action === actionLabels.CREATE">
- <cd-helper i18n>Multiple master zone groups can't be configured. If you want to create a new zone group and make it the master zone group, you must delete the default zone group.</cd-helper>
+ <cd-helper i18n>Multiple master zonegroups can't be configured. If you want to create a new zonegroup and make it the master zonegroup, you must delete the default zonegroup.</cd-helper>
</span>
<cd-helper *ngIf="action === actionLabels.EDIT && !info.data.is_master">
<span i18n>Please consult the <cd-doc section="rgw-multisite"></cd-doc> to follow the failover mechanism</span>
<div class="modal-footer">
<cd-form-button-panel (submitActionEvent)="submit()"
[form]="multisiteZonegroupForm"
- [submitText]="(action | titlecase) + ' ' + 'Zone Group'"></cd-form-button-panel>
+ [submitText]="(action | titlecase) + ' ' + 'Zonegroup'"></cd-form-button-panel>
</div>
</form>
</ng-container>
<cd-card-row [data]="rgwZonegroupCount"
link="/rgw/multisite"
- title="Zone Group"
+ title="Zonegroup"
summaryType="simplified"
*ngIf="rgwZonegroupCount != null"></cd-card-row>
<!-- Zonegroup -->
<div cdsCol>
<cds-select
- label="Zone Group Name"
+ label="Zonegroup Name"
i18n-label
formControlName="zonegroup"
id="zonegroup"
flexGrow: 2
},
{
- name: $localize`Zone Group`,
+ name: $localize`Zonegroup`,
prop: 'zonegroup_name',
flexGrow: 2
},