oc_storageclass.py 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import time
  38. import os
  39. import re
  40. import shutil
  41. import subprocess
  42. import tempfile
  43. # pylint: disable=import-error
  44. try:
  45. import ruamel.yaml as yaml
  46. except ImportError:
  47. import yaml
  48. from ansible.module_utils.basic import AnsibleModule
  49. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  50. # -*- -*- -*- Begin included fragment: doc/storageclass -*- -*- -*-
  51. DOCUMENTATION = '''
  52. ---
  53. module: oc_storageclass
  54. short_description: Create, modify, and idempotently manage openshift storageclasses.
  55. description:
  56. - Manage openshift storageclass objects programmatically.
  57. options:
  58. state:
  59. description:
  60. - State represents whether to create, modify, delete, or list
  61. required: False
  62. default: present
  63. choices: ["present", "absent", "list"]
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. name:
  78. description:
  79. - Name of the object that is being queried.
  80. required: false
  81. default: None
  82. aliases: []
  83. provisioner:
  84. description:
  85. - Any annotations to add to the storageclass
  86. required: false
  87. default: 'aws-ebs'
  88. aliases: []
  89. default_storage_class:
  90. description:
  91. - Whether or not this is the default storage class
  92. required: false
  93. default: False
  94. aliases: []
  95. parameters:
  96. description:
  97. - A dictionary with the parameters to configure the storageclass. This will be based on provisioner
  98. required: false
  99. default: None
  100. aliases: []
  101. api_version:
  102. description:
  103. - The api version.
  104. required: false
  105. default: v1
  106. aliases: []
  107. author:
  108. - "Kenny Woodson <kwoodson@redhat.com>"
  109. extends_documentation_fragment: []
  110. '''
  111. EXAMPLES = '''
  112. - name: get storageclass
  113. run_once: true
  114. oc_storageclass:
  115. name: gp2
  116. state: list
  117. register: registry_sc_out
  118. - name: create the storageclass
  119. oc_storageclass:
  120. run_once: true
  121. name: gp2
  122. parameters:
  123. type: gp2
  124. encrypted: 'true'
  125. kmsKeyId: '<full kms key arn>'
  126. provisioner: aws-ebs
  127. default_storage_class: False
  128. register: sc_out
  129. notify:
  130. - restart openshift master services
  131. '''
  132. # -*- -*- -*- End included fragment: doc/storageclass -*- -*- -*-
  133. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  134. class YeditException(Exception): # pragma: no cover
  135. ''' Exception class for Yedit '''
  136. pass
  137. # pylint: disable=too-many-public-methods,too-many-instance-attributes
  138. class Yedit(object): # pragma: no cover
  139. ''' Class to modify yaml files '''
  140. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  141. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  142. com_sep = set(['.', '#', '|', ':'])
  143. # pylint: disable=too-many-arguments
  144. def __init__(self,
  145. filename=None,
  146. content=None,
  147. content_type='yaml',
  148. separator='.',
  149. backup_ext=None,
  150. backup=False):
  151. self.content = content
  152. self._separator = separator
  153. self.filename = filename
  154. self.__yaml_dict = content
  155. self.content_type = content_type
  156. self.backup = backup
  157. if backup_ext is None:
  158. self.backup_ext = ".{}".format(time.strftime("%Y%m%dT%H%M%S"))
  159. else:
  160. self.backup_ext = backup_ext
  161. self.load(content_type=self.content_type)
  162. if self.__yaml_dict is None:
  163. self.__yaml_dict = {}
  164. @property
  165. def separator(self):
  166. ''' getter method for separator '''
  167. return self._separator
  168. @separator.setter
  169. def separator(self, inc_sep):
  170. ''' setter method for separator '''
  171. self._separator = inc_sep
  172. @property
  173. def yaml_dict(self):
  174. ''' getter method for yaml_dict '''
  175. return self.__yaml_dict
  176. @yaml_dict.setter
  177. def yaml_dict(self, value):
  178. ''' setter method for yaml_dict '''
  179. self.__yaml_dict = value
  180. @staticmethod
  181. def parse_key(key, sep='.'):
  182. '''parse the key allowing the appropriate separator'''
  183. common_separators = list(Yedit.com_sep - set([sep]))
  184. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  185. @staticmethod
  186. def valid_key(key, sep='.'):
  187. '''validate the incoming key'''
  188. common_separators = list(Yedit.com_sep - set([sep]))
  189. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  190. return False
  191. return True
  192. # pylint: disable=too-many-return-statements,too-many-branches
  193. @staticmethod
  194. def remove_entry(data, key, index=None, value=None, sep='.'):
  195. ''' remove data at location key '''
  196. if key == '' and isinstance(data, dict):
  197. if value is not None:
  198. data.pop(value)
  199. elif index is not None:
  200. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  201. else:
  202. data.clear()
  203. return True
  204. elif key == '' and isinstance(data, list):
  205. ind = None
  206. if value is not None:
  207. try:
  208. ind = data.index(value)
  209. except ValueError:
  210. return False
  211. elif index is not None:
  212. ind = index
  213. else:
  214. del data[:]
  215. if ind is not None:
  216. data.pop(ind)
  217. return True
  218. if not (key and Yedit.valid_key(key, sep)) and \
  219. isinstance(data, (list, dict)):
  220. return None
  221. key_indexes = Yedit.parse_key(key, sep)
  222. for arr_ind, dict_key in key_indexes[:-1]:
  223. if dict_key and isinstance(data, dict):
  224. data = data.get(dict_key)
  225. elif (arr_ind and isinstance(data, list) and
  226. int(arr_ind) <= len(data) - 1):
  227. data = data[int(arr_ind)]
  228. else:
  229. return None
  230. # process last index for remove
  231. # expected list entry
  232. if key_indexes[-1][0]:
  233. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  234. del data[int(key_indexes[-1][0])]
  235. return True
  236. # expected dict entry
  237. elif key_indexes[-1][1]:
  238. if isinstance(data, dict):
  239. del data[key_indexes[-1][1]]
  240. return True
  241. @staticmethod
  242. def add_entry(data, key, item=None, sep='.'):
  243. ''' Get an item from a dictionary with key notation a.b.c
  244. d = {'a': {'b': 'c'}}}
  245. key = a#b
  246. return c
  247. '''
  248. if key == '':
  249. pass
  250. elif (not (key and Yedit.valid_key(key, sep)) and
  251. isinstance(data, (list, dict))):
  252. return None
  253. key_indexes = Yedit.parse_key(key, sep)
  254. for arr_ind, dict_key in key_indexes[:-1]:
  255. if dict_key:
  256. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  257. data = data[dict_key]
  258. continue
  259. elif data and not isinstance(data, dict):
  260. raise YeditException("Unexpected item type found while going through key " +
  261. "path: {} (at key: {})".format(key, dict_key))
  262. data[dict_key] = {}
  263. data = data[dict_key]
  264. elif (arr_ind and isinstance(data, list) and
  265. int(arr_ind) <= len(data) - 1):
  266. data = data[int(arr_ind)]
  267. else:
  268. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  269. if key == '':
  270. data = item
  271. # process last index for add
  272. # expected list entry
  273. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  274. data[int(key_indexes[-1][0])] = item
  275. # expected dict entry
  276. elif key_indexes[-1][1] and isinstance(data, dict):
  277. data[key_indexes[-1][1]] = item
  278. # didn't add/update to an existing list, nor add/update key to a dict
  279. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  280. # non-existent array
  281. else:
  282. raise YeditException("Error adding to object at path: {}".format(key))
  283. return data
  284. @staticmethod
  285. def get_entry(data, key, sep='.'):
  286. ''' Get an item from a dictionary with key notation a.b.c
  287. d = {'a': {'b': 'c'}}}
  288. key = a.b
  289. return c
  290. '''
  291. if key == '':
  292. pass
  293. elif (not (key and Yedit.valid_key(key, sep)) and
  294. isinstance(data, (list, dict))):
  295. return None
  296. key_indexes = Yedit.parse_key(key, sep)
  297. for arr_ind, dict_key in key_indexes:
  298. if dict_key and isinstance(data, dict):
  299. data = data.get(dict_key)
  300. elif (arr_ind and isinstance(data, list) and
  301. int(arr_ind) <= len(data) - 1):
  302. data = data[int(arr_ind)]
  303. else:
  304. return None
  305. return data
  306. @staticmethod
  307. def _write(filename, contents):
  308. ''' Actually write the file contents to disk. This helps with mocking. '''
  309. tmp_filename = filename + '.yedit'
  310. with open(tmp_filename, 'w') as yfd:
  311. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  312. yfd.write(contents)
  313. fcntl.flock(yfd, fcntl.LOCK_UN)
  314. os.rename(tmp_filename, filename)
  315. def write(self):
  316. ''' write to file '''
  317. if not self.filename:
  318. raise YeditException('Please specify a filename.')
  319. if self.backup and self.file_exists():
  320. shutil.copy(self.filename, '{}{}'.format(self.filename, self.backup_ext))
  321. # Try to set format attributes if supported
  322. try:
  323. self.yaml_dict.fa.set_block_style()
  324. except AttributeError:
  325. pass
  326. # Try to use RoundTripDumper if supported.
  327. if self.content_type == 'yaml':
  328. try:
  329. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  330. except AttributeError:
  331. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  332. elif self.content_type == 'json':
  333. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  334. else:
  335. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  336. 'Please specify a content_type of yaml or json.')
  337. return (True, self.yaml_dict)
  338. def read(self):
  339. ''' read from file '''
  340. # check if it exists
  341. if self.filename is None or not self.file_exists():
  342. return None
  343. contents = None
  344. with open(self.filename) as yfd:
  345. contents = yfd.read()
  346. return contents
  347. def file_exists(self):
  348. ''' return whether file exists '''
  349. if os.path.exists(self.filename):
  350. return True
  351. return False
  352. def load(self, content_type='yaml'):
  353. ''' return yaml file '''
  354. contents = self.read()
  355. if not contents and not self.content:
  356. return None
  357. if self.content:
  358. if isinstance(self.content, dict):
  359. self.yaml_dict = self.content
  360. return self.yaml_dict
  361. elif isinstance(self.content, str):
  362. contents = self.content
  363. # check if it is yaml
  364. try:
  365. if content_type == 'yaml' and contents:
  366. # Try to set format attributes if supported
  367. try:
  368. self.yaml_dict.fa.set_block_style()
  369. except AttributeError:
  370. pass
  371. # Try to use RoundTripLoader if supported.
  372. try:
  373. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  374. except AttributeError:
  375. self.yaml_dict = yaml.safe_load(contents)
  376. # Try to set format attributes if supported
  377. try:
  378. self.yaml_dict.fa.set_block_style()
  379. except AttributeError:
  380. pass
  381. elif content_type == 'json' and contents:
  382. self.yaml_dict = json.loads(contents)
  383. except yaml.YAMLError as err:
  384. # Error loading yaml or json
  385. raise YeditException('Problem with loading yaml file. {}'.format(err))
  386. return self.yaml_dict
  387. def get(self, key):
  388. ''' get a specified key'''
  389. try:
  390. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  391. except KeyError:
  392. entry = None
  393. return entry
  394. def pop(self, path, key_or_item):
  395. ''' remove a key, value pair from a dict or an item for a list'''
  396. try:
  397. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  398. except KeyError:
  399. entry = None
  400. if entry is None:
  401. return (False, self.yaml_dict)
  402. if isinstance(entry, dict):
  403. # AUDIT:maybe-no-member makes sense due to fuzzy types
  404. # pylint: disable=maybe-no-member
  405. if key_or_item in entry:
  406. entry.pop(key_or_item)
  407. return (True, self.yaml_dict)
  408. return (False, self.yaml_dict)
  409. elif isinstance(entry, list):
  410. # AUDIT:maybe-no-member makes sense due to fuzzy types
  411. # pylint: disable=maybe-no-member
  412. ind = None
  413. try:
  414. ind = entry.index(key_or_item)
  415. except ValueError:
  416. return (False, self.yaml_dict)
  417. entry.pop(ind)
  418. return (True, self.yaml_dict)
  419. return (False, self.yaml_dict)
  420. def delete(self, path, index=None, value=None):
  421. ''' remove path from a dict'''
  422. try:
  423. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  424. except KeyError:
  425. entry = None
  426. if entry is None:
  427. return (False, self.yaml_dict)
  428. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  429. if not result:
  430. return (False, self.yaml_dict)
  431. return (True, self.yaml_dict)
  432. def exists(self, path, value):
  433. ''' check if value exists at path'''
  434. try:
  435. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  436. except KeyError:
  437. entry = None
  438. if isinstance(entry, list):
  439. if value in entry:
  440. return True
  441. return False
  442. elif isinstance(entry, dict):
  443. if isinstance(value, dict):
  444. rval = False
  445. for key, val in value.items():
  446. if entry[key] != val:
  447. rval = False
  448. break
  449. else:
  450. rval = True
  451. return rval
  452. return value in entry
  453. return entry == value
  454. def append(self, path, value):
  455. '''append value to a list'''
  456. try:
  457. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  458. except KeyError:
  459. entry = None
  460. if entry is None:
  461. self.put(path, [])
  462. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  463. if not isinstance(entry, list):
  464. return (False, self.yaml_dict)
  465. # AUDIT:maybe-no-member makes sense due to loading data from
  466. # a serialized format.
  467. # pylint: disable=maybe-no-member
  468. entry.append(value)
  469. return (True, self.yaml_dict)
  470. # pylint: disable=too-many-arguments
  471. def update(self, path, value, index=None, curr_value=None):
  472. ''' put path, value into a dict '''
  473. try:
  474. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  475. except KeyError:
  476. entry = None
  477. if isinstance(entry, dict):
  478. # AUDIT:maybe-no-member makes sense due to fuzzy types
  479. # pylint: disable=maybe-no-member
  480. if not isinstance(value, dict):
  481. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  482. 'value=[{}] type=[{}]'.format(value, type(value)))
  483. entry.update(value)
  484. return (True, self.yaml_dict)
  485. elif isinstance(entry, list):
  486. # AUDIT:maybe-no-member makes sense due to fuzzy types
  487. # pylint: disable=maybe-no-member
  488. ind = None
  489. if curr_value:
  490. try:
  491. ind = entry.index(curr_value)
  492. except ValueError:
  493. return (False, self.yaml_dict)
  494. elif index is not None:
  495. ind = index
  496. if ind is not None and entry[ind] != value:
  497. entry[ind] = value
  498. return (True, self.yaml_dict)
  499. # see if it exists in the list
  500. try:
  501. ind = entry.index(value)
  502. except ValueError:
  503. # doesn't exist, append it
  504. entry.append(value)
  505. return (True, self.yaml_dict)
  506. # already exists, return
  507. if ind is not None:
  508. return (False, self.yaml_dict)
  509. return (False, self.yaml_dict)
  510. def put(self, path, value):
  511. ''' put path, value into a dict '''
  512. try:
  513. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  514. except KeyError:
  515. entry = None
  516. if entry == value:
  517. return (False, self.yaml_dict)
  518. # deepcopy didn't work
  519. # Try to use ruamel.yaml and fallback to pyyaml
  520. try:
  521. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  522. default_flow_style=False),
  523. yaml.RoundTripLoader)
  524. except AttributeError:
  525. tmp_copy = copy.deepcopy(self.yaml_dict)
  526. # set the format attributes if available
  527. try:
  528. tmp_copy.fa.set_block_style()
  529. except AttributeError:
  530. pass
  531. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  532. if result is None:
  533. return (False, self.yaml_dict)
  534. # When path equals "" it is a special case.
  535. # "" refers to the root of the document
  536. # Only update the root path (entire document) when its a list or dict
  537. if path == '':
  538. if isinstance(result, list) or isinstance(result, dict):
  539. self.yaml_dict = result
  540. return (True, self.yaml_dict)
  541. return (False, self.yaml_dict)
  542. self.yaml_dict = tmp_copy
  543. return (True, self.yaml_dict)
  544. def create(self, path, value):
  545. ''' create a yaml file '''
  546. if not self.file_exists():
  547. # deepcopy didn't work
  548. # Try to use ruamel.yaml and fallback to pyyaml
  549. try:
  550. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  551. default_flow_style=False),
  552. yaml.RoundTripLoader)
  553. except AttributeError:
  554. tmp_copy = copy.deepcopy(self.yaml_dict)
  555. # set the format attributes if available
  556. try:
  557. tmp_copy.fa.set_block_style()
  558. except AttributeError:
  559. pass
  560. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  561. if result is not None:
  562. self.yaml_dict = tmp_copy
  563. return (True, self.yaml_dict)
  564. return (False, self.yaml_dict)
  565. @staticmethod
  566. def get_curr_value(invalue, val_type):
  567. '''return the current value'''
  568. if invalue is None:
  569. return None
  570. curr_value = invalue
  571. if val_type == 'yaml':
  572. curr_value = yaml.safe_load(str(invalue))
  573. elif val_type == 'json':
  574. curr_value = json.loads(invalue)
  575. return curr_value
  576. @staticmethod
  577. def parse_value(inc_value, vtype=''):
  578. '''determine value type passed'''
  579. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  580. 'on', 'On', 'ON', ]
  581. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  582. 'off', 'Off', 'OFF']
  583. # It came in as a string but you didn't specify value_type as string
  584. # we will convert to bool if it matches any of the above cases
  585. if isinstance(inc_value, str) and 'bool' in vtype:
  586. if inc_value not in true_bools and inc_value not in false_bools:
  587. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  588. elif isinstance(inc_value, bool) and 'str' in vtype:
  589. inc_value = str(inc_value)
  590. # There is a special case where '' will turn into None after yaml loading it so skip
  591. if isinstance(inc_value, str) and inc_value == '':
  592. pass
  593. # If vtype is not str then go ahead and attempt to yaml load it.
  594. elif isinstance(inc_value, str) and 'str' not in vtype:
  595. try:
  596. inc_value = yaml.safe_load(inc_value)
  597. except Exception:
  598. raise YeditException('Could not determine type of incoming value. ' +
  599. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  600. return inc_value
  601. @staticmethod
  602. def process_edits(edits, yamlfile):
  603. '''run through a list of edits and process them one-by-one'''
  604. results = []
  605. for edit in edits:
  606. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  607. if edit.get('action') == 'update':
  608. # pylint: disable=line-too-long
  609. curr_value = Yedit.get_curr_value(
  610. Yedit.parse_value(edit.get('curr_value')),
  611. edit.get('curr_value_format'))
  612. rval = yamlfile.update(edit['key'],
  613. value,
  614. edit.get('index'),
  615. curr_value)
  616. elif edit.get('action') == 'append':
  617. rval = yamlfile.append(edit['key'], value)
  618. else:
  619. rval = yamlfile.put(edit['key'], value)
  620. if rval[0]:
  621. results.append({'key': edit['key'], 'edit': rval[1]})
  622. return {'changed': len(results) > 0, 'results': results}
  623. # pylint: disable=too-many-return-statements,too-many-branches
  624. @staticmethod
  625. def run_ansible(params):
  626. '''perform the idempotent crud operations'''
  627. yamlfile = Yedit(filename=params['src'],
  628. backup=params['backup'],
  629. content_type=params['content_type'],
  630. backup_ext=params['backup_ext'],
  631. separator=params['separator'])
  632. state = params['state']
  633. if params['src']:
  634. rval = yamlfile.load()
  635. if yamlfile.yaml_dict is None and state != 'present':
  636. return {'failed': True,
  637. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  638. 'file exists, that it is has correct permissions, and is valid yaml.'}
  639. if state == 'list':
  640. if params['content']:
  641. content = Yedit.parse_value(params['content'], params['content_type'])
  642. yamlfile.yaml_dict = content
  643. if params['key']:
  644. rval = yamlfile.get(params['key'])
  645. return {'changed': False, 'result': rval, 'state': state}
  646. elif state == 'absent':
  647. if params['content']:
  648. content = Yedit.parse_value(params['content'], params['content_type'])
  649. yamlfile.yaml_dict = content
  650. if params['update']:
  651. rval = yamlfile.pop(params['key'], params['value'])
  652. else:
  653. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  654. if rval[0] and params['src']:
  655. yamlfile.write()
  656. return {'changed': rval[0], 'result': rval[1], 'state': state}
  657. elif state == 'present':
  658. # check if content is different than what is in the file
  659. if params['content']:
  660. content = Yedit.parse_value(params['content'], params['content_type'])
  661. # We had no edits to make and the contents are the same
  662. if yamlfile.yaml_dict == content and \
  663. params['value'] is None:
  664. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  665. yamlfile.yaml_dict = content
  666. # If we were passed a key, value then
  667. # we enapsulate it in a list and process it
  668. # Key, Value passed to the module : Converted to Edits list #
  669. edits = []
  670. _edit = {}
  671. if params['value'] is not None:
  672. _edit['value'] = params['value']
  673. _edit['value_type'] = params['value_type']
  674. _edit['key'] = params['key']
  675. if params['update']:
  676. _edit['action'] = 'update'
  677. _edit['curr_value'] = params['curr_value']
  678. _edit['curr_value_format'] = params['curr_value_format']
  679. _edit['index'] = params['index']
  680. elif params['append']:
  681. _edit['action'] = 'append'
  682. edits.append(_edit)
  683. elif params['edits'] is not None:
  684. edits = params['edits']
  685. if edits:
  686. results = Yedit.process_edits(edits, yamlfile)
  687. # if there were changes and a src provided to us we need to write
  688. if results['changed'] and params['src']:
  689. yamlfile.write()
  690. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  691. # no edits to make
  692. if params['src']:
  693. # pylint: disable=redefined-variable-type
  694. rval = yamlfile.write()
  695. return {'changed': rval[0],
  696. 'result': rval[1],
  697. 'state': state}
  698. # We were passed content but no src, key or value, or edits. Return contents in memory
  699. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  700. return {'failed': True, 'msg': 'Unkown state passed'}
  701. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  702. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  703. # pylint: disable=too-many-lines
  704. # noqa: E301,E302,E303,T001
  705. class OpenShiftCLIError(Exception):
  706. '''Exception class for openshiftcli'''
  707. pass
  708. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  709. def locate_oc_binary():
  710. ''' Find and return oc binary file '''
  711. # https://github.com/openshift/openshift-ansible/issues/3410
  712. # oc can be in /usr/local/bin in some cases, but that may not
  713. # be in $PATH due to ansible/sudo
  714. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  715. oc_binary = 'oc'
  716. # Use shutil.which if it is available, otherwise fallback to a naive path search
  717. try:
  718. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  719. if which_result is not None:
  720. oc_binary = which_result
  721. except AttributeError:
  722. for path in paths:
  723. if os.path.exists(os.path.join(path, oc_binary)):
  724. oc_binary = os.path.join(path, oc_binary)
  725. break
  726. return oc_binary
  727. # pylint: disable=too-few-public-methods
  728. class OpenShiftCLI(object):
  729. ''' Class to wrap the command line tools '''
  730. def __init__(self,
  731. namespace,
  732. kubeconfig='/etc/origin/master/admin.kubeconfig',
  733. verbose=False,
  734. all_namespaces=False):
  735. ''' Constructor for OpenshiftCLI '''
  736. self.namespace = namespace
  737. self.verbose = verbose
  738. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  739. self.all_namespaces = all_namespaces
  740. self.oc_binary = locate_oc_binary()
  741. # Pylint allows only 5 arguments to be passed.
  742. # pylint: disable=too-many-arguments
  743. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  744. ''' replace the current object with the content '''
  745. res = self._get(resource, rname)
  746. if not res['results']:
  747. return res
  748. fname = Utils.create_tmpfile(rname + '-')
  749. yed = Yedit(fname, res['results'][0], separator=sep)
  750. updated = False
  751. if content is not None:
  752. changes = []
  753. for key, value in content.items():
  754. changes.append(yed.put(key, value))
  755. if any([change[0] for change in changes]):
  756. updated = True
  757. elif edits is not None:
  758. results = Yedit.process_edits(edits, yed)
  759. if results['changed']:
  760. updated = True
  761. if updated:
  762. yed.write()
  763. atexit.register(Utils.cleanup, [fname])
  764. return self._replace(fname, force)
  765. return {'returncode': 0, 'updated': False}
  766. def _replace(self, fname, force=False):
  767. '''replace the current object with oc replace'''
  768. # We are removing the 'resourceVersion' to handle
  769. # a race condition when modifying oc objects
  770. yed = Yedit(fname)
  771. results = yed.delete('metadata.resourceVersion')
  772. if results[0]:
  773. yed.write()
  774. cmd = ['replace', '-f', fname]
  775. if force:
  776. cmd.append('--force')
  777. return self.openshift_cmd(cmd)
  778. def _create_from_content(self, rname, content):
  779. '''create a temporary file and then call oc create on it'''
  780. fname = Utils.create_tmpfile(rname + '-')
  781. yed = Yedit(fname, content=content)
  782. yed.write()
  783. atexit.register(Utils.cleanup, [fname])
  784. return self._create(fname)
  785. def _create(self, fname):
  786. '''call oc create on a filename'''
  787. return self.openshift_cmd(['create', '-f', fname])
  788. def _delete(self, resource, name=None, selector=None):
  789. '''call oc delete on a resource'''
  790. cmd = ['delete', resource]
  791. if selector is not None:
  792. cmd.append('--selector={}'.format(selector))
  793. elif name is not None:
  794. cmd.append(name)
  795. else:
  796. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  797. return self.openshift_cmd(cmd)
  798. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  799. '''process a template
  800. template_name: the name of the template to process
  801. create: whether to send to oc create after processing
  802. params: the parameters for the template
  803. template_data: the incoming template's data; instead of a file
  804. '''
  805. cmd = ['process']
  806. if template_data:
  807. cmd.extend(['-f', '-'])
  808. else:
  809. cmd.append(template_name)
  810. if params:
  811. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  812. cmd.append('-p')
  813. cmd.extend(param_str)
  814. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  815. if results['returncode'] != 0 or not create:
  816. return results
  817. fname = Utils.create_tmpfile(template_name + '-')
  818. yed = Yedit(fname, results['results'])
  819. yed.write()
  820. atexit.register(Utils.cleanup, [fname])
  821. return self.openshift_cmd(['create', '-f', fname])
  822. def _get(self, resource, name=None, selector=None, field_selector=None):
  823. '''return a resource by name '''
  824. cmd = ['get', resource]
  825. if selector is not None:
  826. cmd.append('--selector={}'.format(selector))
  827. if field_selector is not None:
  828. cmd.append('--field-selector={}'.format(field_selector))
  829. # Name cannot be used with selector or field_selector.
  830. if selector is None and field_selector is None and name is not None:
  831. cmd.append(name)
  832. cmd.extend(['-o', 'json'])
  833. rval = self.openshift_cmd(cmd, output=True)
  834. # Ensure results are retuned in an array
  835. if 'items' in rval:
  836. rval['results'] = rval['items']
  837. elif not isinstance(rval['results'], list):
  838. rval['results'] = [rval['results']]
  839. return rval
  840. def _schedulable(self, node=None, selector=None, schedulable=True):
  841. ''' perform oadm manage-node scheduable '''
  842. cmd = ['manage-node']
  843. if node:
  844. cmd.extend(node)
  845. else:
  846. cmd.append('--selector={}'.format(selector))
  847. cmd.append('--schedulable={}'.format(schedulable))
  848. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  849. def _list_pods(self, node=None, selector=None, pod_selector=None):
  850. ''' perform oadm list pods
  851. node: the node in which to list pods
  852. selector: the label selector filter if provided
  853. pod_selector: the pod selector filter if provided
  854. '''
  855. cmd = ['manage-node']
  856. if node:
  857. cmd.extend(node)
  858. else:
  859. cmd.append('--selector={}'.format(selector))
  860. if pod_selector:
  861. cmd.append('--pod-selector={}'.format(pod_selector))
  862. cmd.extend(['--list-pods', '-o', 'json'])
  863. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  864. # pylint: disable=too-many-arguments
  865. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  866. ''' perform oadm manage-node evacuate '''
  867. cmd = ['manage-node']
  868. if node:
  869. cmd.extend(node)
  870. else:
  871. cmd.append('--selector={}'.format(selector))
  872. if dry_run:
  873. cmd.append('--dry-run')
  874. if pod_selector:
  875. cmd.append('--pod-selector={}'.format(pod_selector))
  876. if grace_period:
  877. cmd.append('--grace-period={}'.format(int(grace_period)))
  878. if force:
  879. cmd.append('--force')
  880. cmd.append('--evacuate')
  881. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  882. def _version(self):
  883. ''' return the openshift version'''
  884. return self.openshift_cmd(['version'], output=True, output_type='raw')
  885. def _import_image(self, url=None, name=None, tag=None):
  886. ''' perform image import '''
  887. cmd = ['import-image']
  888. image = '{0}'.format(name)
  889. if tag:
  890. image += ':{0}'.format(tag)
  891. cmd.append(image)
  892. if url:
  893. cmd.append('--from={0}/{1}'.format(url, image))
  894. cmd.append('-n{0}'.format(self.namespace))
  895. cmd.append('--confirm')
  896. return self.openshift_cmd(cmd)
  897. def _run(self, cmds, input_data):
  898. ''' Actually executes the command. This makes mocking easier. '''
  899. curr_env = os.environ.copy()
  900. curr_env.update({'KUBECONFIG': self.kubeconfig})
  901. proc = subprocess.Popen(cmds,
  902. stdin=subprocess.PIPE,
  903. stdout=subprocess.PIPE,
  904. stderr=subprocess.PIPE,
  905. env=curr_env)
  906. stdout, stderr = proc.communicate(input_data)
  907. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  908. # pylint: disable=too-many-arguments,too-many-branches
  909. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  910. '''Base command for oc '''
  911. cmds = [self.oc_binary]
  912. if oadm:
  913. cmds.append('adm')
  914. cmds.extend(cmd)
  915. if self.all_namespaces:
  916. cmds.extend(['--all-namespaces'])
  917. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  918. cmds.extend(['-n', self.namespace])
  919. if self.verbose:
  920. print(' '.join(cmds))
  921. try:
  922. returncode, stdout, stderr = self._run(cmds, input_data)
  923. except OSError as ex:
  924. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  925. rval = {"returncode": returncode,
  926. "cmd": ' '.join(cmds)}
  927. if output_type == 'json':
  928. rval['results'] = {}
  929. if output and stdout:
  930. try:
  931. rval['results'] = json.loads(stdout)
  932. except ValueError as verr:
  933. if "No JSON object could be decoded" in verr.args:
  934. rval['err'] = verr.args
  935. elif output_type == 'raw':
  936. rval['results'] = stdout if output else ''
  937. if self.verbose:
  938. print("STDOUT: {0}".format(stdout))
  939. print("STDERR: {0}".format(stderr))
  940. if 'err' in rval or returncode != 0:
  941. rval.update({"stderr": stderr,
  942. "stdout": stdout})
  943. return rval
  944. class Utils(object): # pragma: no cover
  945. ''' utilities for openshiftcli modules '''
  946. @staticmethod
  947. def _write(filename, contents):
  948. ''' Actually write the file contents to disk. This helps with mocking. '''
  949. with open(filename, 'w') as sfd:
  950. sfd.write(str(contents))
  951. @staticmethod
  952. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  953. ''' create a file in tmp with name and contents'''
  954. tmp = Utils.create_tmpfile(prefix=rname)
  955. if ftype == 'yaml':
  956. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  957. # pylint: disable=no-member
  958. if hasattr(yaml, 'RoundTripDumper'):
  959. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  960. else:
  961. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  962. elif ftype == 'json':
  963. Utils._write(tmp, json.dumps(data))
  964. else:
  965. Utils._write(tmp, data)
  966. # Register cleanup when module is done
  967. atexit.register(Utils.cleanup, [tmp])
  968. return tmp
  969. @staticmethod
  970. def create_tmpfile_copy(inc_file):
  971. '''create a temporary copy of a file'''
  972. tmpfile = Utils.create_tmpfile('lib_openshift-')
  973. Utils._write(tmpfile, open(inc_file).read())
  974. # Cleanup the tmpfile
  975. atexit.register(Utils.cleanup, [tmpfile])
  976. return tmpfile
  977. @staticmethod
  978. def create_tmpfile(prefix='tmp'):
  979. ''' Generates and returns a temporary file name '''
  980. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  981. return tmp.name
  982. @staticmethod
  983. def create_tmp_files_from_contents(content, content_type=None):
  984. '''Turn an array of dict: filename, content into a files array'''
  985. if not isinstance(content, list):
  986. content = [content]
  987. files = []
  988. for item in content:
  989. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  990. item['data'],
  991. ftype=content_type)
  992. files.append({'name': os.path.basename(item['path']),
  993. 'path': path})
  994. return files
  995. @staticmethod
  996. def cleanup(files):
  997. '''Clean up on exit '''
  998. for sfile in files:
  999. if os.path.exists(sfile):
  1000. if os.path.isdir(sfile):
  1001. shutil.rmtree(sfile)
  1002. elif os.path.isfile(sfile):
  1003. os.remove(sfile)
  1004. @staticmethod
  1005. def exists(results, _name):
  1006. ''' Check to see if the results include the name '''
  1007. if not results:
  1008. return False
  1009. if Utils.find_result(results, _name):
  1010. return True
  1011. return False
  1012. @staticmethod
  1013. def find_result(results, _name):
  1014. ''' Find the specified result by name'''
  1015. rval = None
  1016. for result in results:
  1017. if 'metadata' in result and result['metadata']['name'] == _name:
  1018. rval = result
  1019. break
  1020. return rval
  1021. @staticmethod
  1022. def get_resource_file(sfile, sfile_type='yaml'):
  1023. ''' return the service file '''
  1024. contents = None
  1025. with open(sfile) as sfd:
  1026. contents = sfd.read()
  1027. if sfile_type == 'yaml':
  1028. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1029. # pylint: disable=no-member
  1030. if hasattr(yaml, 'RoundTripLoader'):
  1031. contents = yaml.load(contents, yaml.RoundTripLoader)
  1032. else:
  1033. contents = yaml.safe_load(contents)
  1034. elif sfile_type == 'json':
  1035. contents = json.loads(contents)
  1036. return contents
  1037. @staticmethod
  1038. def filter_versions(stdout):
  1039. ''' filter the oc version output '''
  1040. version_dict = {}
  1041. version_search = ['oc', 'openshift', 'kubernetes']
  1042. for line in stdout.strip().split('\n'):
  1043. for term in version_search:
  1044. if not line:
  1045. continue
  1046. if line.startswith(term):
  1047. version_dict[term] = line.split()[-1]
  1048. # horrible hack to get openshift version in Openshift 3.2
  1049. # By default "oc version in 3.2 does not return an "openshift" version
  1050. if "openshift" not in version_dict:
  1051. version_dict["openshift"] = version_dict["oc"]
  1052. return version_dict
  1053. @staticmethod
  1054. def add_custom_versions(versions):
  1055. ''' create custom versions strings '''
  1056. versions_dict = {}
  1057. for tech, version in versions.items():
  1058. # clean up "-" from version
  1059. if "-" in version:
  1060. version = version.split("-")[0]
  1061. if version.startswith('v'):
  1062. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1063. # "v3.3.0.33" is what we have, we want "3.3"
  1064. versions_dict[tech + '_short'] = version[1:4]
  1065. return versions_dict
  1066. @staticmethod
  1067. def openshift_installed():
  1068. ''' check if openshift is installed '''
  1069. import rpm
  1070. transaction_set = rpm.TransactionSet()
  1071. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1072. return rpmquery.count() > 0
  1073. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1074. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1075. @staticmethod
  1076. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1077. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1078. # Currently these values are autogenerated and we do not need to check them
  1079. skip = ['metadata', 'status']
  1080. if skip_keys:
  1081. skip.extend(skip_keys)
  1082. for key, value in result_def.items():
  1083. if key in skip:
  1084. continue
  1085. # Both are lists
  1086. if isinstance(value, list):
  1087. if key not in user_def:
  1088. if debug:
  1089. print('User data does not have key [%s]' % key)
  1090. print('User data: %s' % user_def)
  1091. return False
  1092. if not isinstance(user_def[key], list):
  1093. if debug:
  1094. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1095. return False
  1096. if len(user_def[key]) != len(value):
  1097. if debug:
  1098. print("List lengths are not equal.")
  1099. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1100. print("user_def: %s" % user_def[key])
  1101. print("value: %s" % value)
  1102. return False
  1103. for values in zip(user_def[key], value):
  1104. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1105. if debug:
  1106. print('sending list - list')
  1107. print(type(values[0]))
  1108. print(type(values[1]))
  1109. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1110. if not result:
  1111. print('list compare returned false')
  1112. return False
  1113. elif value != user_def[key]:
  1114. if debug:
  1115. print('value should be identical')
  1116. print(user_def[key])
  1117. print(value)
  1118. return False
  1119. # recurse on a dictionary
  1120. elif isinstance(value, dict):
  1121. if key not in user_def:
  1122. if debug:
  1123. print("user_def does not have key [%s]" % key)
  1124. return False
  1125. if not isinstance(user_def[key], dict):
  1126. if debug:
  1127. print("dict returned false: not instance of dict")
  1128. return False
  1129. # before passing ensure keys match
  1130. api_values = set(value.keys()) - set(skip)
  1131. user_values = set(user_def[key].keys()) - set(skip)
  1132. if api_values != user_values:
  1133. if debug:
  1134. print("keys are not equal in dict")
  1135. print(user_values)
  1136. print(api_values)
  1137. return False
  1138. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1139. if not result:
  1140. if debug:
  1141. print("dict returned false")
  1142. print(result)
  1143. return False
  1144. # Verify each key, value pair is the same
  1145. else:
  1146. if key not in user_def or value != user_def[key]:
  1147. if debug:
  1148. print("value not equal; user_def does not have key")
  1149. print(key)
  1150. print(value)
  1151. if key in user_def:
  1152. print(user_def[key])
  1153. return False
  1154. if debug:
  1155. print('returning true')
  1156. return True
  1157. class OpenShiftCLIConfig(object):
  1158. '''Generic Config'''
  1159. def __init__(self, rname, namespace, kubeconfig, options):
  1160. self.kubeconfig = kubeconfig
  1161. self.name = rname
  1162. self.namespace = namespace
  1163. self._options = options
  1164. @property
  1165. def config_options(self):
  1166. ''' return config options '''
  1167. return self._options
  1168. def to_option_list(self, ascommalist=''):
  1169. '''return all options as a string
  1170. if ascommalist is set to the name of a key, and
  1171. the value of that key is a dict, format the dict
  1172. as a list of comma delimited key=value pairs'''
  1173. return self.stringify(ascommalist)
  1174. def stringify(self, ascommalist=''):
  1175. ''' return the options hash as cli params in a string
  1176. if ascommalist is set to the name of a key, and
  1177. the value of that key is a dict, format the dict
  1178. as a list of comma delimited key=value pairs '''
  1179. rval = []
  1180. for key in sorted(self.config_options.keys()):
  1181. data = self.config_options[key]
  1182. if data['include'] \
  1183. and (data['value'] is not None or isinstance(data['value'], int)):
  1184. if key == ascommalist:
  1185. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1186. else:
  1187. val = data['value']
  1188. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1189. return rval
  1190. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1191. # -*- -*- -*- Begin included fragment: lib/storageclass.py -*- -*- -*-
  1192. # pylint: disable=too-many-instance-attributes
  1193. class StorageClassConfig(object):
  1194. ''' Handle service options '''
  1195. # pylint: disable=too-many-arguments
  1196. def __init__(self,
  1197. name,
  1198. provisioner,
  1199. parameters=None,
  1200. annotations=None,
  1201. default_storage_class="false",
  1202. api_version='v1',
  1203. kubeconfig='/etc/origin/master/admin.kubeconfig'):
  1204. ''' constructor for handling storageclass options '''
  1205. self.name = name
  1206. self.parameters = parameters
  1207. self.annotations = annotations
  1208. self.provisioner = provisioner
  1209. self.api_version = api_version
  1210. self.default_storage_class = str(default_storage_class).lower()
  1211. self.kubeconfig = kubeconfig
  1212. self.data = {}
  1213. self.create_dict()
  1214. def create_dict(self):
  1215. ''' instantiates a storageclass dict '''
  1216. self.data['apiVersion'] = self.api_version
  1217. self.data['kind'] = 'StorageClass'
  1218. self.data['metadata'] = {}
  1219. self.data['metadata']['name'] = self.name
  1220. self.data['metadata']['annotations'] = {}
  1221. if self.annotations is not None:
  1222. self.data['metadata']['annotations'] = self.annotations
  1223. self.data['metadata']['annotations']['storageclass.beta.kubernetes.io/is-default-class'] = \
  1224. self.default_storage_class
  1225. self.data['provisioner'] = self.provisioner
  1226. self.data['parameters'] = {}
  1227. if self.parameters is not None:
  1228. self.data['parameters'].update(self.parameters)
  1229. # default to aws if no params were passed
  1230. else:
  1231. self.data['parameters']['type'] = 'gp2'
  1232. # pylint: disable=too-many-instance-attributes,too-many-public-methods
  1233. class StorageClass(Yedit):
  1234. ''' Class to model the oc storageclass object '''
  1235. annotations_path = "metadata.annotations"
  1236. provisioner_path = "provisioner"
  1237. parameters_path = "parameters"
  1238. kind = 'StorageClass'
  1239. def __init__(self, content):
  1240. '''StorageClass constructor'''
  1241. super(StorageClass, self).__init__(content=content)
  1242. def get_annotations(self):
  1243. ''' get a list of ports '''
  1244. return self.get(StorageClass.annotations_path) or {}
  1245. def get_parameters(self):
  1246. ''' get the service selector'''
  1247. return self.get(StorageClass.parameters_path) or {}
  1248. # -*- -*- -*- End included fragment: lib/storageclass.py -*- -*- -*-
  1249. # -*- -*- -*- Begin included fragment: class/oc_storageclass.py -*- -*- -*-
  1250. # pylint: disable=too-many-instance-attributes
  1251. class OCStorageClass(OpenShiftCLI):
  1252. ''' Class to wrap the oc command line tools '''
  1253. kind = 'storageclass'
  1254. # pylint allows 5
  1255. # pylint: disable=too-many-arguments
  1256. def __init__(self,
  1257. config,
  1258. verbose=False):
  1259. ''' Constructor for OCStorageClass '''
  1260. super(OCStorageClass, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1261. self.config = config
  1262. self.storage_class = None
  1263. def exists(self):
  1264. ''' return whether a storageclass exists'''
  1265. if self.storage_class:
  1266. return True
  1267. return False
  1268. def get(self):
  1269. '''return storageclass '''
  1270. result = self._get(self.kind, self.config.name)
  1271. if result['returncode'] == 0:
  1272. self.storage_class = StorageClass(content=result['results'][0])
  1273. elif '\"%s\" not found' % self.config.name in result['stderr']:
  1274. result['returncode'] = 0
  1275. result['results'] = [{}]
  1276. return result
  1277. def delete(self):
  1278. '''delete the object'''
  1279. return self._delete(self.kind, self.config.name)
  1280. def create(self):
  1281. '''create the object'''
  1282. return self._create_from_content(self.config.name, self.config.data)
  1283. def update(self):
  1284. '''update the object'''
  1285. # parameters are currently unable to be updated. need to delete and recreate
  1286. self.delete()
  1287. # pause here and attempt to wait for delete.
  1288. # Better option would be to poll
  1289. time.sleep(5)
  1290. return self.create()
  1291. def needs_update(self):
  1292. ''' verify an update is needed '''
  1293. # check if params have updated
  1294. if self.storage_class.get_parameters() != self.config.parameters:
  1295. return True
  1296. for anno_key, anno_value in self.storage_class.get_annotations().items():
  1297. if 'is-default-class' in anno_key and anno_value != self.config.default_storage_class:
  1298. return True
  1299. return False
  1300. @staticmethod
  1301. # pylint: disable=too-many-return-statements,too-many-branches
  1302. # TODO: This function should be refactored into its individual parts.
  1303. def run_ansible(params, check_mode):
  1304. '''run the ansible idempotent code'''
  1305. rconfig = StorageClassConfig(params['name'],
  1306. provisioner="kubernetes.io/{}".format(params['provisioner']),
  1307. parameters=params['parameters'],
  1308. annotations=params['annotations'],
  1309. api_version="storage.k8s.io/{}".format(params['api_version']),
  1310. default_storage_class=params.get('default_storage_class', 'false'),
  1311. kubeconfig=params['kubeconfig'],
  1312. )
  1313. oc_sc = OCStorageClass(rconfig, verbose=params['debug'])
  1314. state = params['state']
  1315. api_rval = oc_sc.get()
  1316. #####
  1317. # Get
  1318. #####
  1319. if state == 'list':
  1320. return {'changed': False, 'results': api_rval['results'], 'state': 'list'}
  1321. ########
  1322. # Delete
  1323. ########
  1324. if state == 'absent':
  1325. if oc_sc.exists():
  1326. if check_mode:
  1327. return {'changed': True, 'msg': 'Would have performed a delete.'}
  1328. api_rval = oc_sc.delete()
  1329. return {'changed': True, 'results': api_rval, 'state': 'absent'}
  1330. return {'changed': False, 'state': 'absent'}
  1331. if state == 'present':
  1332. ########
  1333. # Create
  1334. ########
  1335. if not oc_sc.exists():
  1336. if check_mode:
  1337. return {'changed': True, 'msg': 'Would have performed a create.'}
  1338. # Create it here
  1339. api_rval = oc_sc.create()
  1340. if api_rval['returncode'] != 0:
  1341. return {'failed': True, 'msg': api_rval}
  1342. # return the created object
  1343. api_rval = oc_sc.get()
  1344. if api_rval['returncode'] != 0:
  1345. return {'failed': True, 'msg': api_rval}
  1346. return {'changed': True, 'results': api_rval, 'state': 'present'}
  1347. ########
  1348. # Update
  1349. ########
  1350. if oc_sc.needs_update():
  1351. api_rval = oc_sc.update()
  1352. if api_rval['returncode'] != 0:
  1353. return {'failed': True, 'msg': api_rval}
  1354. # return the created object
  1355. api_rval = oc_sc.get()
  1356. if api_rval['returncode'] != 0:
  1357. return {'failed': True, 'msg': api_rval}
  1358. return {'changed': True, 'results': api_rval, 'state': 'present'}
  1359. return {'changed': False, 'results': api_rval, 'state': 'present'}
  1360. return {'failed': True,
  1361. 'changed': False,
  1362. 'msg': 'Unknown state passed. %s' % state,
  1363. 'state': 'unknown'}
  1364. # -*- -*- -*- End included fragment: class/oc_storageclass.py -*- -*- -*-
  1365. # -*- -*- -*- Begin included fragment: ansible/oc_storageclass.py -*- -*- -*-
  1366. def main():
  1367. '''
  1368. ansible oc module for storageclass
  1369. '''
  1370. module = AnsibleModule(
  1371. argument_spec=dict(
  1372. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1373. state=dict(default='present', type='str', choices=['present', 'absent', 'list']),
  1374. debug=dict(default=False, type='bool'),
  1375. name=dict(default=None, type='str'),
  1376. annotations=dict(default=None, type='dict'),
  1377. parameters=dict(default=None, type='dict'),
  1378. provisioner=dict(required=True, type='str'),
  1379. api_version=dict(default='v1', type='str'),
  1380. default_storage_class=dict(default="false", type='str'),
  1381. ),
  1382. supports_check_mode=True,
  1383. )
  1384. rval = OCStorageClass.run_ansible(module.params, module.check_mode)
  1385. if 'failed' in rval:
  1386. return module.fail_json(**rval)
  1387. return module.exit_json(**rval)
  1388. if __name__ == '__main__':
  1389. main()
  1390. # -*- -*- -*- End included fragment: ansible/oc_storageclass.py -*- -*- -*-